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
nmap help
Moderator: General Moderators
Re: nmap help
You need to install the software development group, or at least gcc.
Re: nmap help
I downloaded it but how can I install it ?Doug G wrote:You need to install the software development group, or at least gcc.
Re: nmap help
Easiest way I know
yum groupinstall "Development Libraries" "Development Tools"
yum groupinstall "Development Libraries" "Development Tools"