Legg83
08-18-2001, 12:08 PM
The problem I am having right now is installing nmap.
I have installed both bison and flex, and can ./configure nmap correctly, but it errors during the compile.
In file included from nmap.h:257,
from nmap.c:1:
tcpip.h:358: conflicting types for `inet_aton'
/usr/include/arpa/inet.h:74: previous declaration of `inet_aton'
make: *** [nmap.o] Error 1
I have tried both make and gmake, neither worked. Any suggestions?
Thanks guys.
I have installed both bison and flex, and can ./configure nmap correctly, but it errors during the compile.
In file included from nmap.h:257,
from nmap.c:1:
tcpip.h:358: conflicting types for `inet_aton'
/usr/include/arpa/inet.h:74: previous declaration of `inet_aton'
make: *** [nmap.o] Error 1
I have tried both make and gmake, neither worked. Any suggestions?
Thanks guys.