Hello,
Wondered whether anyone could help me with the following problem. I am running Apache 1.3.19 on Solaris 7 + php 4.0.4 when I start Apache I get the following error:
Syntax error on line 222 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol display_ini_entries: referenced symbol not found
./apachectl start: httpd could not be started
The libraries libphp4.so and ld.so.1 are under libexec.
If I comment out the apache
LoadModule php4_module libexec/libphp4.so
and the AddModule mod_php4.c things start up OK but obviously without php! Can anyone help?
Cheers
Darren