-bash: ./configure: No such file or directory



Have you encountered the following error while trying to compile applications from source on your VPS or server?

-bash: ./configure: No such file or directory

To fix this on CentOS, just install make:

yum install make


 


 


Categories