modcaml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Modcaml] CocanWiki: Camlp4: Uncaught exception: Unix.Unix_error (20


From: Richard Jones
Subject: Re: [Modcaml] CocanWiki: Camlp4: Uncaught exception: Unix.Unix_error (20 | CstTag21, "connect", "")
Date: Thu, 1 May 2008 21:05:13 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, May 01, 2008 at 02:39:26PM -0500, Robert Fischer wrote:
> Yup, it's up and running.
> 
> Is it doing anything different from the "psql" defaults?
> 
> And what's the empty string in the last element of the (CstTag21,
> "connect", "") tuple mean?

>         List of databases
>    Name    |  Owner   | Encoding
> -----------+----------+-----------
>  postgres  | postgres | SQL_ASCII
>  robert    | postgres | SQL_ASCII
>  template0 | postgres | SQL_ASCII
>  template1 | postgres | SQL_ASCII

One of those is a cocanwiki database?  It's expecting a database
called 'cocanwiki' and that is hard-coded into at least one of the
Makefiles (script/Makefile for one, perhaps others).

The database needs to be created with '-E UNICODE' option as well.

And of course it has to be populated with the cocanwiki tables
(schema/cocanwiki.sql).

Is PostgreSQL running locally?  If not you'll need to set PGHOST.

Rich.

-- 
Richard Jones
Red Hat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]