Hi Serge On Jun 28, 2006, at 10:49 AM, Sergiy Zhuk wrote:
> hi > > On Wed, 28 Jun 2006, Mark Robinson wrote: > >> found" message again when courier.sh starts: >> "Starting/libexec/ld-elf.so.1: Shared object "libcourierauth.so.0" >> not found" > > Look for ldconfig_paths in /etc/defauts/rc.conf and add /usr/local/lib > or whatever place where you've installed that library. > That will help the "library disappearing after a reboot" problem. > Alternatively you can set LD_LIBRARY_PATH in your courier startup > scripts. > > -- > rgds, > serge > Thanks for the super suggestion. I used: ldconfig -elf -m /usr/local/lib/courier-authlib ldconfig -elf -m /usr/local/lib/mysql and that solved the missing file problem. I then had a maildir quota problem which I fixed and now everything is peachy. So, the two components to solving this problem for me were: 1. preventing sendmail from starting up by setting 'sendmail_enable="NONE"' in /etc/rc.conf and 2. adding the 2 courier library directories to the shared library path using ldconfig Thanks for all the help folks!!! Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
