/bin/sh: 0 cannot open ./configure during install libnet-1.0.2a

143 Views Asked by At

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.

0

There are 0 best solutions below