Im on fedora 11 and i have followed your installation guide (pg 777+). You write (pg 783) to add this line
Code:
LoadModule php6_module âlibphp6.soâ
in httpd.conf ("paragraph" DSO) when i do this the and restart apache this message appears
Code:
httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/\xe2\x80\x9clibphp6.so\xe2\x80\x9d into server: /usr/local/apache/\xe2\x80\x9clibphp6.so\xe2\x80\x9d: cannot open shared object file: No such file or directory
. I should mention that there is this line
Code:
LoadModule php5_module modules/libphp5.so
under Dynamic Shared Object (DSO) Support.