nmap help

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
mawj
Forum Newbie
Posts: 6
Joined: Thu Jan 14, 2010 8:22 am

nmap help

Post by mawj »

I am installing nmap on a fedora operating system it gives me this error
any help please
error: no acceptable c compiler found in $PATH
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: nmap help

Post by Doug G »

You need to install the software development group, or at least gcc.
mawj
Forum Newbie
Posts: 6
Joined: Thu Jan 14, 2010 8:22 am

Re: nmap help

Post by mawj »

Doug G wrote:You need to install the software development group, or at least gcc.
I downloaded it but how can I install it ?
Doug G
Forum Contributor
Posts: 282
Joined: Sun Sep 09, 2007 6:27 pm

Re: nmap help

Post by Doug G »

Easiest way I know

yum groupinstall "Development Libraries" "Development Tools"
Post Reply