Sam Carleton writes:
Folks,When I try to start imapd.rc, this is what I get: # ./imapd.rc start ./imapd.rc: /usr/lib/courier-imap/etc/imapd-ssl: No such file or directory /usr/lib/courier-imap/libexec/authlib/authdaemond: /usr/lib/courier-imap/etc/authdaemonrc: No such file or directory ld.so.1: /usr/lib/courier-imap/libexec/authlib/authdaemond.ldap: fatal: libdb-3.3.so: open failed: No such file or directory ./imapd.rc: line 60: 22495 Killed /bin/env - ${libexecdir}/authlib/authdaemond start /bin/bash: /usr/lib/courier-imap/etc/imapd-ssl: No such file or directory ld.so.1: /usr/lib/courier-imap/libexec/couriertcpd: fatal: libdb-3.3.so: open failed: No such file or directory Looks to me like the programs are unable to locate the libdb libraries. I know it is possible to set the LD_LIBRARY_PATH to correct this problem. But it is my understanding that this is not the most desireable solution. Ideally I would like to relink the programs so that the path to libdb is hard coded into the programs. Does anyone know how to do this?
Solaris? LDFLAGS='-R/usr/local/lib' export LDFLAGS ./configure [options] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
