Sample Header Ad - 728x90

bash: ./configure: no such file or directory

1 vote
3 answers
22494 views
I am experimenting with Linux, and my work uses CentOS 6.5, so I am using that at home. I am following a tutorial, followed it closely I believe, yet I am hitting an error like the one mentioned in the topic. The tutorial is on how to setup a webserver. Things are going as shown in the tutorial until this error: bash: ./configure: no such file or directory This is the command section I am currently stuck at. I did install the current suphp 0.7.2 vs the prescribed 0.7.1 assuming that would not cause troubles. If it is the cause, please let me know. cd /tmp wget http://suphp.org/download/suphp-0.7.2.tar.gz tar xvfz suphp-0.7.2.tar.gz cd suphp-0.7.2/ ./configure --prefix=/usr --sysconfdir=/etc --with-apr=/usr/bin/apr-1-config --with-apxs=/usr/sbin/apxs --with-apache-user=apache --with-setid-mode=owner --with-php=/usr/bin/php-cgi --with-logfile=/var/log/httpd/suphp_log --enable-SUPHP_USE_USERGROUP=yes ***never got past this point, as I errored at the last command** make make install [Tutorial link](https://www.howtoforge.com/perfect-server-centos-6.5-apache2-mysql-php-pureftpd-postfix-dovecot-and-ispconfig3)
Asked by Eric (11 rep)
Sep 15, 2015, 06:18 PM
Last activity: May 28, 2019, 05:24 PM