suphp compilation problem

Discussion in 'Installation/Configuration' started by neutronite, Aug 23, 2014.

  1. neutronite

    neutronite New Member

    please help am trying to follow http://www.howtoforge.com/perfect-s...hp-pureftpd-postfix-dovecot-and-ispconfig3-p4 but got stuck when trying to install suphp below is the output of make install

    [root@adejinc suphp-0.7.1]# make install
    Making install in src
    make[1]: Entering directory `/tmp/suphp-0.7.1/src'
    Making install in apache2
    make[2]: Entering directory `/tmp/suphp-0.7.1/src/apache2'
    make[3]: Entering directory `/tmp/suphp-0.7.1/src/apache2'
    make[3]: Nothing to be done for `install-exec-am'.
    /usr/bin/install -c -d '/usr/lib64/httpd/modules'
    /usr/bin/install -c -m 0755 .libs/mod_suphp.so '/usr/lib64/httpd/modules'/mod_suphp.so
    make[3]: Leaving directory `/tmp/suphp-0.7.1/src/apache2'
    make[2]: Leaving directory `/tmp/suphp-0.7.1/src/apache2'
    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'
     
  2. srijan

    srijan New Member HowtoForge Supporter

Share This Page