Hi, That's because nspostgres.so is a database driver and not a module. See the docs on how to configure a database driver. There should be an example in there for how to load it.
Kris --- Mohan Pakkurti <[EMAIL PROTECTED]> wrote: > hi! > > I get the following error when trying to start aolserver. > > Using aolserver-4.0-beta3.src / sparc solaris 8 > > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nsmain: AOLserver/4.0 > starting > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nsmain: security > info: > uid=102, euid=102, gid=103, egid=103 > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nsmain: max files: > FD_SETSIZE = 1024, rl_cur = 1024, rl_max = 1024 > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: adp[dotlrn]: mapped > /*.adp > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: adp[dotlrn]: mapped > /*.u_adp > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: adp[dotlrn]: > mapped /*.gb_adp > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: adp[dotlrn]: > mapped /*.sjis_adp > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nssock.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nslog.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nslog: > opened > '/space/local/aolserver4/servers/dotlrn/modules/nslog/access.log' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nslog: > opened > '/space/local/aolserver4/servers/dotlrn/modules/nslog/access.log' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nssha1.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nscache.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nscache module > version 1.5 > server: dotlrn > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nsrewrite.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nsxml.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nsxml module starting > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nsdb.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Notice: modload: > loading '/usr/local/aolserver4/bin/nspostgres.so' > [20/Mar/2003:09:10:15][16284.1][-main-] Warning: modload: could not > find > Ns_ModuleInit in /usr/local/aolserver4/bin/nspostgres.so > [20/Mar/2003:09:10:15][16284.1][-main-] Fatal: modload: failed to > load > module '/usr/local/aolserver4/bin/nspostgres.so' > > > The output from ldd nspostgres.so > > $ldd bin/nspostgres.so > libpq.so.2 => /usr/local/pgsql/lib/libpq.so.2 > libnsthread.so => > /usr/local/aolserver4//lib/libnsthread.so > libnsd.so => /usr/local/aolserver4//lib/libnsd.so > libtcl8.4.so => /usr/local/aolserver4//lib/libtcl8.4.so > libdl.so.1 => /lib/libdl.so.1 > libsocket.so.1 => /lib/libsocket.so.1 > libnsl.so.1 => /lib/libnsl.so.1 > libpthread.so.1 => /lib/libpthread.so.1 > libm.so.1 => /lib/libm.so.1 > librt.so.1 => /lib/librt.so.1 > libresolv.so.2 => /lib/libresolv.so.2 > libc.so.1 => /lib/libc.so.1 > libmp.so.2 => /lib/libmp.so.2 > libaio.so.1 => /lib/libaio.so.1 > libthread.so.1 => /lib/libthread.so.1 > /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1 > > Can someone give me suggestions about what could be wrong!?! > > Thanks > > /Mohan > > > -- > AOLserver - http://www.aolserver.com/ > To Remove yourself from this list: > http://www.aolserver.com/listserv.html > List information and options: http://listserv.aol.com/ > > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/
