Date: Fri, 22 Aug 2003 14:11:04 +0100 From: "G D McKee" <freebsd@gdmckee.com> To: <freebsd-questions@freebsd.org> Cc: markun@onohara.to Subject: Clamav port not compiling properly Message-ID: <01ab01c368ae$d792b4a0$c700a8c0@p2000>
next in thread | raw e-mail | index | archive | help
Hi When I have tried to install the port /usr/ports/security/clamav I get = the following error: cc -O -pipe -march=3Dpentium -o .libs/clamdscan options.o clamdscan.o = client.o ../clamscan/getopt.o ../clamscan/others.o ./clamd/cfgfile.o = -L/usr/ports/security/clamav/work/clamav-0.60/libclamav /usr/ports/security/clamav/work/clamav-0.60/libclamav/.libs/libclamav.so = -lz -lbz2 -lc_r -Wl,--rpath -Wl,/usr/local/lib /usr/lib/libc.so: WARNING! setkey(3) not present in the system! /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider = using mkstemp() /usr/lib/libc.so: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider = using mkstemp() /usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc.so: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider = using mkstemp() creating clamdscan gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/clamdscan' Making all in clamav-milter gmake[1]: Entering directory `/usr/ports/security/clamav/work/clamav-0.60/clamav-milter' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/clamav-milter' Making all in etc gmake[1]: Entering directory `/usr/ports/security/clamav/work/clamav-0.60/etc' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/security/clamav/work/clamav-0.60/etc' gmake[1]: Entering directory = `/usr/ports/security/clamav/work/clamav-0.60' gmake[1]: Nothing to be done for `all-am'. gmake[1]: Leaving directory = `/usr/ports/security/clamav/work/clamav-0.60' kursk# Have you got any ideas? If I do a locate setket I get: kursk# locate setkey /usr/sbin/setkey /usr/share/man/cat3/des_setkey.3.gz /usr/share/man/cat3/setkey.3.gz /usr/share/man/cat8/setkey.8.gz /usr/share/man/man3/des_setkey.3.gz /usr/share/man/man3/setkey.3.gz /usr/share/man/man8/setkey.8.gz kursk# So it looks like it is installed. I am running the following version of FreeBSD kursk# uname -a FreeBSD kursk.gdmckee.home 4.8-STABLE FreeBSD 4.8-STABLE #11: Fri Apr 4 14:57:05 BST 2003 = gdm@kursk.gdmckee.home:/usr/obj/usr/src/sys/GDMCKEE i386 kursk# Thanks in advance Gordon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01ab01c368ae$d792b4a0$c700a8c0>