SUPHP not installed
Hi I did the following. Code: wget http://www.suphp.org/download/suphp-0.7.1.tar.gz Code: tar -xzvf suphp-0.7.1.tar.gz Code: cd suphp-0.7.1 Code: ./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 Code: make && make install make[1]: Entering directory `/tmp/suphp-0.7.1/src' make all-recursive make[2]: Entering directory `/tmp/suphp-0.7.1/src' make[3]: Entering directory `/tmp/suphp-0.7.1/src' make[3]: Leaving directory `/tmp/suphp-0.7.1/src' make[2]: Leaving directory `/tmp/suphp-0.7.1/src' make[1]: Leaving directory `/tmp/suphp-0.7.1/src' make[1]: Entering directory `/tmp/suphp-0.7.1' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/tmp/suphp-0.7.1' Making install in src make[1]: Entering directory `/tmp/suphp-0.7.1/src' make[2]: Entering directory `/tmp/suphp-0.7.1/src' make[3]: Entering directory `/tmp/suphp-0.7.1/src' test -z "/usr/sbin" || /bin/mkdir -p "/usr/sbin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'suphp' '/usr/sbin/suphp' /usr/bin/install -c suphp /usr/sbin/suphp make install-exec-hook make[4]: Entering directory `/tmp/suphp-0.7.1/src' chmod u+s /usr/sbin/suphp make[4]: Leaving directory `/tmp/suphp-0.7.1/src' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/suphp-0.7.1/src' make[2]: Leaving directory `/tmp/suphp-0.7.1/src' make[1]: Leaving directory `/tmp/suphp-0.7.1/src' make[1]: Entering directory `/tmp/suphp-0.7.1' make[2]: Entering directory `/tmp/suphp-0.7.1' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/tmp/suphp-0.7.1' make[1]: Leaving directory `/tmp/suphp-0.7.1' I can't find the configuration file suphp in httpd/conf.d/ in /etc/ too. what am i doing wrong? Thanks for your help in advance. |
No comments:
Post a Comment