Yes – I searched the archives, and it was definitely helpful.  Trying to build clamav 0.80, already have .70rc1 installed. 

 

[EMAIL PROTECTED] clamav-0.80]# clamd --version

clamd / ClamAV version 0.70-rc

 

Now, onto the problem.  Here’s how I’m configuring it:

 

$ ./configure –sysconfdir=/etc –enable-milter

 

I get the following when I try a make:

 

dns.o: In function `txtquery':

/home/jon/clamav-0.80/freshclam/dns.c:53: undefined reference to `__res_query'

/home/jon/clamav-0.80/freshclam/dns.c:60: undefined reference to `__dn_expand'

/home/jon/clamav-0.80/freshclam/dns.c:75: undefined reference to `__dn_expand'

collect2: ld returned 1 exit status

make[2]: *** [freshclam] Error 1

make[2]: Leaving directory `/home/jon/clamav-0.80/freshclam'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/jon/clamav-0.80'

make: *** [all] Error 2

 

I searched the archives, and after configure’ing, I edited my freshclam/Makefile, and changed:

 

FRESHCLAM_LIBS = -lnsl

 

To:

 

FRESHCLAM_LIBS = -lnsl –lresolv

 

But I get the same error messages when I make.

 

When I configure with –disable-dns, I can make cleanly, but my question is, what functionality am I losing by doing this?  Is there some way I can build this with DNS?

 

Thanks,

Jon Dossey

DELTA HEALTH GROUP

 

__________________________________________________________________________

"The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential, proprietary, and/or 
privileged material.  Any review, retransmission, dissemination or other 
use of, or taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is prohibited.  
If you received this in error, please contact the sender and delete 
the material from all computers."
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to