-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Aug 30, 2006 at 10:22:06PM +0200, [EMAIL PROTECTED] wrote:
>btw: ./configure && make is working here, too; the --enable-milter part >is giving me difficulties... Yeah, I got the error too. I poked at it for a bit, but I didn't get any further than you. A simple fix exists I'm sure, but I didn't stumble on it. I was able to manually run the gcc command and add "-lresolv" and it compiled properly. So something is wrong with configure that it's not adding the -lresolv to the gcc commandline. It tries to run: /bin/sh ../libtool --mode=link gcc -g -O2 -lnsl -o clamav-milter cfgparser.o output.o getopt.o memory.o misc.o network.o clamav-milter.o ../libclamav/libclamav.la -lmilter -lnsl -lpthread -lwrap It should be running: /bin/sh ../libtool --mode=link gcc -g -O2 -lnsl -o clamav-milter cfgparser.o output.o getopt.o memory.o misc.o network.o clamav-milter.o ../libclamav/libclamav.la -lmilter -lnsl -lpthread -lwrap -lresolv Do this: make # it will fail at the point you see pushd clamav-milter; /bin/sh ../libtool --mode=link gcc -g -O2 -lnsl -o clamav-milter cfgparser.o output.o getopt.o memory.o misc.o network.o clamav-milter.o ../libclamav/libclamav.la -lmilter -lnsl -lpthread -lwrap -lresolv; popd make # it will get past the failure point and finish I stared at it for a bit, but couldn't figure out the part that would make it magically compile properly. - -- Regards... Todd I've visited conferences where the wireless LAN was deemed "secure" by the organisation because they had outlawed sniffers. --Neils Bakker Linux kernel 2.6.12-18mdksmp 7 users, load average: 2.03, 0.82, 0.40 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFE9f8OY2VBGxIDMLwRAmB5AJ9wFDnutN3Dbs/dd1tHGZXd9Z7zMQCeIgyy zWu3v67ZXF0WK8W5tBOaAM4= =LO0T -----END PGP SIGNATURE----- _______________________________________________ http://lurker.clamav.net/list/clamav-users.html