Nmap Development mailing list archives

Re: Installing nmap


From: Tom Sellers <nmap () fadedcode net>
Date: Mon, 19 Oct 2009 18:10:26 -0500

For building on Ubuntu I would suggest
apt-get install build-essential libssl-dev

Tom

rilian4 rilian4 wrote:
Make sure you have g++ (c++ compiler) installed. I believe 'apt-get
install g++' will work from the ubuntu root command shell. I copied
this response to the nmap dev list in case anyone has more to add.

Aaron


On Mon, Oct 19, 2009 at 10:48 AM, D Cannon <sd2cannon8285 () gmail com> wrote:
  
Just ran into an issue right at the end of compiling and installing nmap.  I
am using Ubuntu Linux v9.04 and have terminal open and have followed all of
the following instructions:

bzip2 -cd nmap-5.00.tar.bz2 | tar xvf -
cd nmap-5.00
./configure
make
su root
make install

from the nmap desktop.

I am to the final step now of "make install" and I get the following error
in terminal:

:~/DLs/nmap-5.00$ make install
g++ -c -Iliblua -Ilibdnet-stripped/include -Ilibpcre  -Ilibpcap -Inbase
-Insock/include -fno-strict-aliasing   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\"
-DNMAP_URL=\"http://nmap.org\"; -DNMAP_PLATFORM=\"i686-pc-linux-gnu\"
-DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 main.cc -o
main.o
make: g++: Command not found
make: *** [main.o] Error 127


Any suggestions as to what I should do?  Any help would be appreciated and
thanks in advance.

Drew
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

    
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


  

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: