Thanks so much. The deal was that there was no libclamav.so.1 in /usr/local/lib. There was a libclamav.so.2. I did the following and there is no more problems:
ln -s /usr/local/lib/libclamav.so.2 /usr/local/lib/libclamav.so.1 >>> Stuart Auchterlonie <[EMAIL PROTECTED]> 5/18/2007 4:45 AM >>> Aaron Schubert wrote: > Thanks for all the help in the last email. The make uninstall is what I > needed. > > Now I am having a different issue. I am running RedHat AS 4 on PowerPC > 64bit. When I try to start the clamav-milter I receive the following error: > > /usr/local/sbin/clamav-milter: error while loading shared libraries: > libclamav.so.1: cannot open shared object file: No such file or directory > > I did some search on the web and found a response that suggested doing the > following: > > cd /usr/lib64 > > ln -s /usr/lib/libclamav.so* libclamav.so.1 > > which I did but with no reslut. Libclamav.so.1 does exist in /usr/lib. I > still get the same error. Any other suggestions? > > Basics of library maintainence 1. find where the library (libclamav.so.1) lives. i'm guessing /usr/local/lib 2. Add that path to /etc/ld.so.conf 3. Run ldconfig 4. Run ldd /usr/local/sbin/clamav-milter and make sure no libraries are reported as not found. Stuart _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html