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.dylibif 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/dlcompatunsetenv CFLAGS CPPFLAGS CXX CXXFLAGS LDFLAGS LDDLFLAGS LD_PREBIND LC_ALL LANG LINGUAS
cd /usr/ports/dlcompat
autoconf
./configure --prefix=/usr
make
make install
rehashthen 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
