On Wed, 14 Feb 2007, [EMAIL PROTECTED] wrote:
;
; Undefined                       first referenced
;  symbol                             in file
; res_close                           clamav-milter.o
;
; In what library is res_close?

It should be in libresolv.so but it's a deprecated interface although it
is present in Solaris 9 & 10. Try changing res_close to res_nclose in
clamav-milter.c (4 places).

res_close() is defined as below in BIND 8 and above.

void
res_close(void) {
        res_nclose(&_res);
}

Andy
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to