On Friday 27 June 2003 02:47 pm, you wrote: > Hello All, > > I have an AOLserver installed on NetBSD-current with Zoran's help. It works > fine but I can't connect to a postgres database. The PostgreSQL version is > 7.3.3, the AOLserver version is 4b8, the nspostgres driver version is > 4.0-beta1. After the server startup it gives the following messages (with > "embedded" fprintf functions for "traceing" in the nsdb/dbinit.c file):
Well ... it's not that the driver can't connect to the database, but rather it's the fact that for some reason the driver's not been loaded at all. Have you defined nspostgres.so in your database drivers section? Like this? ns_section "ns/db/drivers" ns_param postgres "nspostgres.so" ns_section "ns/db/pool/pool1" ns_param Driver "postgres" -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
