-- On Friday, May 7, 2004 4:07 PM -0400 Rob Kudyba <[EMAIL PROTECTED]> wrote:

On OS X 10.2.2, trying to run Freshclam after a successful install of ClamAV...test 
runs fine too. But running the freshclam updater results in:
/usr/local/bin/freshclam
dyld: /usr/local/bin/freshclam can't open library: /usr/local/lib/libclamav.1.dylib  
(No such file or directory, errno = 2)
Trace/BPT trap

And the libclamav.1.dylib file is not in /usr/local/lib

Any suggestions?

Thanks.

you *may* be having a dylib 'issue'.


have you installed dlcompat? check to see that the following libs exist and are in your build path ...

       /usr/lib/libdl.0.dylib
       /usr/lib/libdl.1.dylib
       /usr/lib/libdl.a
       /usr/lib/libdl.dylib

if not there, try this:

cd /usr/ports/

       cvs -d :pserver:[EMAIL PROTECTED]:/Volumes/src/cvs/od login
       > password: (RETURN)
       cvs -d :pserver:[EMAIL PROTECTED]:/Volumes/src/cvs/od co -d dlcompat 
proj/dlcompat

unsetenv CFLAGS CPPFLAGS CXX CXXFLAGS LDFLAGS LDDLFLAGS LD_PREBIND LC_ALL LANG LINGUAS

cd /usr/ports/dlcompat

autoconf

       ./configure --prefix=/usr
       make
       make install
       rehash

then try your clamav build again ...

richard



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to