I have downloaded libnet-1.0.2a.tar.gz and tried to install it with the following steps.
Location of libnet-1.0.2a.tar.gz:
/usr/nembuild
Now unpacking it and changing directory:
tar -xf libnet-1.0.2a.tar.gz
cd Libnet-1.0.2a
The next commands are for configure and installing:
./configure make && make install
but here I got this error message:
/bin/sh:0 Can't open ./configure
What can I do next? Please show me the correct path of installing libnet-1.0.2a.tar.gz.