Hi,
I'm runnig Linux/Mandrake9.0-Dolphin and try to update Apache 2.0.46
and PHP 4.3.2.
Apache is OK bu with PHP I've problem. I unpacked distribution, run
../configure > configure.vysl, make > make.vysl and make install. When
I search in configure.vysl or make.vysl there is nothing about
libphp4.so.
Then when I try /usr/local/apache/bin/apachectl start I've error:
Syntax error on 1105 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: cannot open shared object file:
No such file or directory
In httpd.conf I have:
LoadModule php4_module modules/libphp4.so
When I search whole my computer, there isn't libphp4.so!
I tried find solution in PHP FAQ, PHP install mailing list and search
user groups by Google. Similar problems with libphp4.so are discussed
often but I didn't found solution for my problem.
Can you help me, please???
I supposed upgrading PHP take me about 30 min, but now it is over 4
hours and PHP isn't runnig. I need work on my PHP projects - please
help!
Robert
I'm runnig Linux/Mandrake9.0-Dolphin and try to update Apache 2.0.46
and PHP 4.3.2.
Apache is OK bu with PHP I've problem. I unpacked distribution, run
../configure > configure.vysl, make > make.vysl and make install. When
I search in configure.vysl or make.vysl there is nothing about
libphp4.so.
Then when I try /usr/local/apache/bin/apachectl start I've error:
Syntax error on 1105 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: cannot open shared object file:
No such file or directory
In httpd.conf I have:
LoadModule php4_module modules/libphp4.so
When I search whole my computer, there isn't libphp4.so!
I tried find solution in PHP FAQ, PHP install mailing list and search
user groups by Google. Similar problems with libphp4.so are discussed
often but I didn't found solution for my problem.
Can you help me, please???
I supposed upgrading PHP take me about 30 min, but now it is over 4
hours and PHP isn't runnig. I need work on my PHP projects - please
help!
Robert
Comment