Hello,
I've Apache2 and PHP5 running.
After that I compiled PHP5 new with:
But after a restart of the PC the Apache2 didn't start.
Only if I remove the PHP5 module in the httpd.conf:
LoadModule php5_module modules/libphp5.so
How is it possible to verify that the PHP5 module is correct?
Please I need some help to solve that problem.!!!!
Thanks a lot
Greetings surfer
I've Apache2 and PHP5 running.
After that I compiled PHP5 new with:
Code:
./configure --prefix=/usr/local/php5 --with-libxml2-dir=/usr/lib --with-openssl --with-apxs2=/usr/local/apache2/bin/apxs --with-tiff-dir=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-expat-dir=/usr/local/ --with-gd --enable-gd-imgstrttf --enable-gd-native-ttf --with-freetype-dir=/usr/local --with-ttf=/usr/local --enable-gd-imgstrttf --enable-gd-native-ttf --enable-ftp --enable-calendar --with-png-dir=/usr --with-jpeg-dir=/usr/lib --with-zlib-dir=/usr/lib
Only if I remove the PHP5 module in the httpd.conf:
LoadModule php5_module modules/libphp5.so
How is it possible to verify that the PHP5 module is correct?
Please I need some help to solve that problem.!!!!
Thanks a lot
Greetings surfer
Kommentar