John Capo schrieb:
Find the #include <resolv.h> in configure add add these includes
above that line.
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
Without those includes DNS will be disabled. Look at your config.log
file.
Changing this in configure
i couldn't found that in configure but in configure.in
freebsd*)
if test "$have_pthreads" = "yes"; then
THREAD_LIBS="-lpthread -lc_r"
TH_SAFE="-thread-safe"
to this
freebsd*)
if test "$have_pthreads" = "yes"; then
THREAD_LIBS="-pthread"
TH_SAFE="-thread-safe"
that did the trick
./configure
make
make install
edit the clamd.conf and freshclam.conf
and
Clamav-0-90 is up and running on FreeBSD 4.8 :)
Matthias
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html