Nmap Development mailing list archives
Re: Compiling nmap on AIX 6.1
From: jrf <jay.fink () gmail com>
Date: Tue, 23 Feb 2010 11:10:42 -0500
On Tue, Feb 23, 2010 at 04:31:38PM +0100, nmapuseraix wrote:
$ ./configure --with-libpcap=/ibm/aixgnu/libpcap-1.0.0 --with-libdnet=/ibm/aixgnu/libdnet-1.12 Configure ends with dragon, then trying to gmake nmap it ends with: gcc -o ncat -g -O2 -Wall -L/ibm/aixgnu/libpcap-1.0.0/lib ncat_main.o ncat_connect.o ncat_core.o ncat_posix.o ncat_listen.o ncat_proxy.o ncat_broker.o ncat_hostmatch.o ncat_ssl.o base64.o http.o util.o sys_wrap.o ../nsock/src/libnsock.a ../nbase/libnbase.a -lpcap ld: 0711-317 ERROR: Undefined symbol: .pcap_next_ex ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status gmake[1]: *** [ncat] Error 1 gmake[1]: Leaving directory `/ibm/aixgnu/nmap-5.21/ncat' gmake: *** [ncat_build] Error 2 Any clues how to proceed from here?
have you tried using:
./configure --with-libpcap=included
There may be fixes in the copy of libpcap that ships with Nmap which
are not upstream yet.
Regards,
Jay
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/
Current thread:
- Compiling nmap on AIX 6.1 nmapuseraix (Feb 23)
- Re: Compiling nmap on AIX 6.1 jrf (Feb 23)
- Re: Compiling nmap on AIX 6.1 nmapuseraix (Feb 24)
- Re: Compiling nmap on AIX 6.1 jrf (Feb 25)
- Re: Compiling nmap on AIX 6.1 nmapuseraix (Feb 24)
- Re: Compiling nmap on AIX 6.1 David Fifield (Feb 23)
- Re: Compiling nmap on AIX 6.1 jrf (Feb 23)
