Nmap Development mailing list archives
Re: snv nping fail to configure in ubuntu desktop 9.10
From: Asif Iqbal <vadud3 () gmail com>
Date: Tue, 30 Mar 2010 00:23:25 -0400
On Mon, Mar 29, 2010 at 11:57 PM, David Fifield <david () bamsoftware com> wrote:
On Mon, Mar 29, 2010 at 10:32:17PM -0400, Asif Iqbal wrote:the svn version of nping fails to compile when trying to use the compilation procedure as suggested by this site iqbala@ghar-iqbala:~$ svn co --username guest --password "" svn://svn.insecure.org/npingWhere are the instructions you followed? They need to be updated. To
http://nmap.org/nping/
save space, nping uses some files from the parent nmap directory. Usually everything is checked out all at once: $ svn co --username guest --password "" svn://svn.insecure.org/nmap That will create an nmap/nping directory.
Thanks. I passed the configure. But now I am failing to make.
iqbala@ghar-iqbala:~/nmap/nping$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for inline... inline
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the compiler is gcc 4 or greater... yes
checking for __func__... yes
checking for strip... /usr/bin/strip
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking pcap.h usability... no
checking pcap.h presence... no
checking for pcap.h... no
checking for library containing dlopen... -ldl
checking if sockaddr{} has sa_len member... no
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
checking if function signal is accessible... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating nping_config.h
o
o
o
o o
o o
o o
o o o
o o o
888b 888 o o o
8888b 888 o o o
888Y88b 888 o o o
888Y88b 888 o
888 Y88b888 o
888 Y88888
888 Y8888
888 Y888
--[NPING]--
Configuration complete. Type make (or gmake on some *BSD machines) to compile.
iqbala@ghar-iqbala:~/nmap/nping$ make
Makefile:167: makefile.dep: No such file or directory
g++ -MM -I../libdnet-stripped/include -I../libpcap -I../nbase
-I../nsock/include ArgParser.cc NetworkLayerElement.cc
PacketElement.cc common.cc common_modified.cc nping.cc RawData.cc
UDPHeader.cc NpingOps.cc TCPHeader.cc utils.cc utils_net.cc
IPv4Header.cc IPv6Header.cc ICMPv4Header.cc output.cc
TransportLayerElement.cc stats.cc NpingTargets.cc NpingTarget.cc
EthernetHeader.cc ARPHeader.cc EchoHeader.cc > makefile.dep
./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating nping_config.h
config.status: nping_config.h is unchanged
make nping
make[1]: Entering directory `/home/iqbala/nmap/nping'
make[1]: *** No rule to make target `../nbase/libnbase.a', needed by
`nping'. Stop.
make[1]: Leaving directory `/home/iqbala/nmap/nping'
make: *** [all] Error 2
iqbala@ghar-iqbala:~/nmap/nping$ make
make nping
make[1]: Entering directory `/home/iqbala/nmap/nping'
make[1]: *** No rule to make target `../nbase/libnbase.a', needed by
`nping'. Stop.
make[1]: Leaving directory `/home/iqbala/nmap/nping'
make: *** [all] Error 2
David Fifield
-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? _______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://seclists.org/nmap-dev/
Current thread:
- snv nping fail to configure in ubuntu desktop 9.10 Asif Iqbal (Mar 29)
- Re: snv nping fail to configure in ubuntu desktop 9.10 David Fifield (Mar 29)
- Re: snv nping fail to configure in ubuntu desktop 9.10 Asif Iqbal (Mar 29)
- Re: snv nping fail to configure in ubuntu desktop 9.10 David Fifield (Mar 29)
- Re: snv nping fail to configure in ubuntu desktop 9.10 Asif Iqbal (Mar 29)
- Re: snv nping fail to configure in ubuntu desktop 9.10 Asif Iqbal (Mar 29)
- Re: snv nping fail to configure in ubuntu desktop 9.10 David Fifield (Mar 29)
