[OPEN-ILS-DEV] Apache errors
Dan Scott
denials at gmail.com
Thu May 10 12:10:23 EDT 2007
Hi Hennie:
It's definitely the lack of the open-ils database schema. Change your
make targets in install.conf to include 'openils_all' so that the
database schema is created and populated, and run 'make install'
again.
Dan
On 10/05/07, Hennie Rautenbach <hennie at sabinet.co.za> wrote:
> Dan Wells wrote:
> > I had trouble with these errors too, but my problem/solution was different
> > from Wolfgang's. If his solution doesn't work, make sure you have the
> > MARC::File::XML Perl module installed. It was missing from the instructions I
> > initially followed, but I don't know about the Debian instructions.
> >
> > Here is one way to install it:
> >
> > perl -MCPAN -e 'install MARC::File::XML'
> >
> > I think I read once that CPAN and dpkg don't really get along, so maybe that
> > is not the best way to do it. Here is another idea:
> >
> > http://riseuplabs.org/grimoire//development/cpan-debian-packages/
> >
>
> Thanks Dan, will try.
>
> I am also concerned that my database schemas may not have been created
> correctly ?
>
> opensrf at leo:~$ psql -h leo.sabinet.co.za -U postgres
> Password for user postgres:
> Welcome to psql 8.1.8, the PostgreSQL interactive terminal.
>
> Type: \copyright for distribution terms
> \h for help with SQL commands
> \? for help with psql commands
> \g or terminate with semicolon to execute query
> \q to quit
>
> SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)
>
> postgres=# \dn
> List of schemas
> Name | Owner
> --------------------+----------
> information_schema | postgres
> pg_catalog | postgres
> pg_toast | postgres
> public | postgres
> (4 rows)
>
> postgres=# quit
> postgres-# exit
> postgres-# \q
>
> Regards,
>
> Hennie
>
--
Dan Scott
Laurentian University
More information about the Open-ils-dev
mailing list