[EMAIL PROTECTED] writes: > Why am i getting this? libgdbm.so.2 is in my path as root and as user. I > even tried putting /usr/local/include in courierd
libgdbm.so.2 should not be in anybody's executable path. You do not execute libgdbm.so.2, the runtime linker (ld.so) loads this library. It should be installed wherever your runtime linker searches for dynamically-loaded runtime libraries. > > # /usr/local/courier/sbin/imapd start > ld.so.1: /usr/local/courier/sbin/couriertcpd: fatal: libgdbm.so.2: open > failed: > No such file or directory > Killed Solaris's dumb ld.so probably searches only /lib and /usr/lib by default, and you probably have GDBM installed in /usr/local/lib. > Also, i still cant start esmtpd. It just response with "killed" and no error The same reason, likely. -- Sam _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
