| ./configure options while installation of nemesis I am a newbie in linux.I m using redhat linux v3.I want to install nemesis from source code.when I extract the source code run./configure it shows ERROR
libnet library not found.
I have installed libnet packge.
I used the command
root #] whreris libnet and found it in /usr/include/libnet.h
/usr/lib/libnet.a /usr/include/libnet
root#] ./configure --with-libnet=/usr/include/libnet
root#]./configure --with-libnet=/usr/include/libnet.h
root#]./configure --with-libnet=/usr/lib/libnet.a
but still it shows up the sam error message
please help |