[OPEN-ILS-DEV] unable to login as admin

Jason Etheridge jason at esilibrary.com
Sat Aug 16 19:29:31 EDT 2008


> DBI connect('dbname=evergreen;host=localhost;port=5432','evergreen',...)
> failed: FATAL:  password authentication failed for user "evergreen"
>  at ./settings-tester.pl line 216

Vijay,

This is telling me that the evergreen user either does not exist or
has a different password for the database you specified (my guess is
the latter since the C services do successfully connect later).

> password=evergreens

Is that password supposed to be plural?

>  * ERROR: Language 'plpgsql' is not enabled in the target database
>  * ERROR: Language 'plperlu' is not enabled in the target database
>  * ERROR: Language 'plperl' is not enabled in the target database

These worry me, but I bet they're just spurious errors based on the
bad password/username.  We should fix that then run settings-tester
again.

> Successfully connected to database

And you do a have a successful database connection with the C
services, so I'd make sure that the perl sections of the config file
use the same database password.

> Checking libdbi and libdbi-drivers
> /usr/local/lib/dbd/libdbdpgsql.so
>  was not linked against libdbi - you probably need to compile
> libdbi-drivers from source with the --enable-libdbi configure switch.

And this worries me, but let's tackle the database password issue first.

-- 
Jason Etheridge
 | VP, Community Support and Advocacy
 | Equinox Software, Inc. / The Evergreen Experts
 | phone: 1-877-OPEN-ILS (673-6457)
 | email: jason at esilibrary.com
 | web: http://www.esilibrary.com


More information about the Open-ils-dev mailing list