Originally Posted by
abhijit_mohanta
I m anewbie to linux.I m using red linux 3.
I want to install install nemesis from source code .I have downloaded the source code and when I run ./configure it shows the error libnet package not installed.
I have installed libnet.when I run the command whwreis libnet it shows the libnet locations.I also installed rpm of libnet and when I run command rpm -q libnet it shows a positive answer.
I also tried with command ./configure --with-libnet=/usr/lib/libnet.h..etc(location of libnet files which i found from whereis libnet command) it shows the same error message .
Please help