Hi,
it must be something simple, but I don't see it:
I placed the nsdb module under the modules-section of the config
file, like:
ns_section "ns/server/${servername}/modules"
ns_param nssock ${bindir}/nssock.so
ns_param nslog ${bindir}/nslog.so
ns_param nsdb ${bindir}/nsdb.so
When starting AOLServer 4.0 I get:
Notice: modload: loading '/nsdbin/nssock.so'
Notice: modload: loading '/nsdbin/nslog.so'
Notice: nslog: opened '/servers/server1/modules/nslog/access.log'
Notice: modload: loading '/nsdbin/nsdb.so'
Warning: modload: could not find Ns_DbDriverInit in /nsdbin/nsdb.so
Error: dbdrv: failed to load driver 'postgres'
Shouldn't it call Ns_ModuleInit instead of Ns_DbDriverInit?
Or what else is going wrong?
Maybe it's a compile thing? (gcc 3.3.3, gmake 3.80)
--
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.