I am using clamav on solaris 9 and aix 5.2. Compilataion of clamav-0.75 fails on aix 5.2 with the message
clamav-milter.c: In function `clamfi_connect':
clamav-milter.c:1531: warning: passing arg 3 of `gethostbyname_r' from incompatible pointer type
clamav-milter.c:1531: error: too many arguments to function gethostbyname_r'
make[2]: *** [clamav-milter.o] Error 1
as far as i understand from the source and man pages, clamav-0.75 uses gethostbyname_r when it is available. argument list of gethostbyname_r on aix seems to be different from that on solaris.
the following diff makes gethostbyname_r undefined so that compilation is successfull.
--- clamav-milter.c 2004-07-28 10:46:45.000000000 +0300 +++ clamav-milter.c.orig 2004-07-28 10:47:15.000000000 +0300 @@ -1508,7 +1508,6 @@ */ if(strncasecmp(port, "inet:", 5) == 0) { const char *hostmail; -#undef HAVE_GETHOSTBYNAME_R #ifdef HAVE_GETHOSTBYNAME_R struct hostent *hp, hostent; char buf[BUFSIZ];
I hope this is not a previously known problem....
Tayfun
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users