Hi, Hi,
Thanks for the reply. I inserted the values you said in clamav-milter.c,
now I am getting the following error /bin/sh ../libtool --mode=link gcc -g -O2
-L/usr/local/lib -L/opt/gmp/lib -L/usr/lib -o clamav-milter clamav-milter.o ../clamd/cfgfile.o
../clamd/others.o ../clamscan/getopt.o -L../libclamav -lclamav
-L/usr/lib/libmilter -lmilter -lpthread gcc -g -O2 -o clamav-milter
clamav-milter.o ../clamd/cfgfile.o ../clamd/others.o ../clamscan/getopt.o -L/usr/local/lib -L/opt/gmp/lib -L/usr/lib
-L/test/down/clamav-0.70-rc/libclamav /usr/local/clamav70/lib/libclamav.sl -lz
-L/usr/lib/libmilter -lmilter -lpthread -Wl,+b -Wl,/usr/local/clamav70/lib /usr/ccs/bin/ld: (Warning) At least one PA
2.0 object file (/usr/local/lib/libmilter.sl(main.o)) was detected. The linked
output may not run on a PA 1.x system. /usr/ccs/bin/ld: Unsatisfied symbols:
inet_ntop (first referenced in clamav-milter.o) (code) collect2: ld returned 1 exit status *** Error exit code 1 Stop. On HP-UX 11.00 routine inet_ntop is not available;
it’s available only on HP-UX 11i. Compilation was success if I comment the line
in clamav-milter.c remoteIP = (char *)inet_ntop(AF_INET,
&((struct sockaddr_in *)(hostaddr))->sin_addr, ip, sizeof(ip)); Does it affect any another functionality
by commenting the above line in clamav-milter.c? Thanks PAd |
- [Clamav-users] clamav-milter compile issue Pad Hosmane
- Re: [Clamav-users] clamav-milter compile issue Pad Hosmane
- Re: [Clamav-users] clamav-milter compile issue Nigel Horne
- RE: [Clamav-users] clamav-milter compile issue Pad Hosmane
- Re: [Clamav-users] clamav-milter compile issu... Nigel Horne