./config

Trik

Registered
Hi im haveing trouble using the ./configure command in the terminal it says theres no such command.
Andy
 
You must launch the ./configure in the same directory "./" to the configure script, and check you have the permission to execute it.

1 read
2 write
4 execute

to be sure : 'chmod 777 configure'


If it work no properly, check manually the script.
 
Back
Top