On Thursday 26 January 2006 17:50, Michael Pfannkuchen wrote: > Hm, > > Maybe I should note, my problem is not related to mod_dbm, but to module > mod_dbd (Apache SQL/Database Framework). After doing some more > investigations I'm very sure to have pgsql driver compiled into apr-utils > (apr_dbd): but how to make this known to the Apache httpd?
If it's compiled into the same apr-util your apache is using, then apache has it. Does "nm" on your apr-util library list a bunch of pgsql symbols? Does "ldd" on it list libpq.so? If apache doesn't see it, you may be best-off compiling APR and APR-Util separately and using the --with-apr=.../etc options when building apache. > Syntax error on line 13 of > /usr/local/apache22/conf/vhost.gforge-iklk.de-mod_auth_dbd-pgsql.conf: > DBD: No driver for pgsql That tells me it isn't compiled into apr-util. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]