Im trying to follow falko exellent howto - on installling ISPCONFIG 3 on Centos everyting has worked till now.
Im at this point -
cd /tmp
wget
http://www.suphp.org/download/suphp-0.7.0.tar.gz
tar xvfz suphp-0.7.0.tar.gz
cd suphp-0.7.0/
./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
make
<---- here is where I receive the errors
make install
<---- here is where I receive the errors
[...] similiar output.
mod_suphp.c:24:19: error: httpd.h: Ingen sådan fil eller filkatalog
mod_suphp.c:25:25: error: http_config.h: Ingen sådan fil eller filkatalog
mod_suphp.c:26:26: error: http_request.h: Ingen sådan fil eller filkatalog
mod_suphp.c:27:23: error: http_core.h: Ingen sådan fil eller filkatalog
mod_suphp.c:28:27: error: http_protocol.h: Ingen sådan fil eller filkatalog
mod_suphp.c:29:23: error: http_main.h: Ingen sådan fil eller filkatalog
mod_suphp.c:30:22: error: http_log.h: Ingen sådan fil eller filkatalog
mod_suphp.c:31:25: error: util_script.h: Ingen sådan fil eller filkatalog
mod_suphp.c:47: fejl: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âMODULE_VAR_EXPORTâ
mod_suphp.c:59: fejl: expected specifier-qualifier-list before âtableâ
and I get this when i try to restart apache
Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/suphp.conf: Cannot load /etc/httpd/modules/mod_suphp.so into server: /etc/httpd/modules/mod_suphp.so: cannot open shared object file: No such file or directory
Any ideas to get me moving ...
Recent comments
4 hours 8 min ago
10 hours 49 min ago
14 hours 40 min ago
16 hours 18 min ago
1 day 44 min ago
1 day 10 hours ago
1 day 11 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 19 hours ago