ClamAV 0.93 on FreeBSD 4.11
Hello, I am trying to install ClamAV 0.93 on a FreeBSD 4.11 (i386) system. I have downloaded and untarred the port, but when I try to install it, I get an error message indicating that my gcc can't build executables. The section of config.log that I believe to be relevant looks like this: --- configure:3464: checking for C compiler default output file name configure:3491: cc -O -pipe -I/usr/local/include -D_THREAD_SAFE -L/usr/local/ lib -lpthread conftest.c >&5 /usr/libexec/elf/ld: cannot find -lpthread configure:3494: $? = 1 configure:3532: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "clamav" | #define PACKAGE_TARNAME "clamav" | #define PACKAGE_VERSION "devel" | #define PACKAGE_STRING "clamav devel" | #define PACKAGE_BUGREPORT "http://bugs.clamav.net/"; | #define PACKAGE PACKAGE_NAME | #define VERSION "0.93" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3538: error: C compiler cannot create executables See `config.log' for more details. --- I am not even sure where to begin doing something about that. Does anybody know how to deal with that? Is there any additional information I should supply? Any input would be greatly appreciated. Thanks, -Juergen ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ClamAV 0.93 on FreeBSD 4.11
On Thu, 17 Apr 2008 12:14:24 -0700 Chuck Swiger <[EMAIL PROTECTED]> wrote: > Hi, Juergen-- > > On Apr 17, 2008, at 9:49 AM, Juergen Fiedler wrote: > > I am trying to install ClamAV 0.93 on a FreeBSD 4.11 > (i386) > > system. I have downloaded and untarred the port, but > when I > > try to install it, I get an error message indicating > that > > my gcc can't build executables. > > This diff to the FreeBSD port Makefile was discussed on > the ClamAV- users mailing list: [...] > Regards, > -- > -Chuck It compiles now, but clamd doesn't work properly: It starts, but doesn't respond to anything. clamdscan just sits around forever trying to communicate with clamd, and when I switch to TCP sockets, I can telnet to port 3310 but even a simple PING remains unanswered indefinitely. Maybe it's really time for 7.0. Thanks, -Juergen ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"