Error install suphp on centos 6.3 tuto.

Discussion in 'Installation/Configuration' started by r4faga, Sep 5, 2012.

  1. r4faga

    r4faga Member

    i was following the tutorial The Perfect Server - CentOS 6.3 x86_64 (Apache2, Courier, ISPConfig 3), and when i unpacked tar xvfz suphp-0.7.1.tar.gz, and do make i have this error:
    g++ -DOPT_CONFIGFILE=\"/etc/suphp.conf\" -g -O2 -o suphp API.o API_Helper.o ndLine.o Configuration.o Environment.o Exception.o File.o GroupInfo.o IOExcen.o Logger.o LookupException.o OutOfRangeException.o PathMatcher.o ParsingExoftException.o SystemException.o UserInfo.o Util.o
    make[3]: se sale del directorio `/tmp/suphp-0.7.1/src'
    make[2]: se sale del directorio `/tmp/suphp-0.7.1/src'
    make[1]: se sale del directorio `/tmp/suphp-0.7.1/src'
    make[1]: se ingresa al directorio `/tmp/suphp-0.7.1'
    make[1]: No se hace nada para `all-am'.
    make[1]: se sale del directorio `/tmp/suphp-0.7.1'

    bad that way before to do make, i was run ./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 and run with out errors.

    any idea???
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Is SELinux disabled?
     
  3. r4faga

    r4faga Member

    Yes is disable. But that way, it was a error??? i mean when i install suphp show that, but i dont not if that is a error or is fine.

    Thats falko.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Looking at it again, I'd say it's fine. Does make install work?
     
  5. r4faga

    r4faga Member

    yes Falko, indeed my server is operational now. I have my webs and mailboxes working. Thanks falko.
     

Share This Page