undefined symbol: apr_bucket_type_file
Hi,
I have installed PHP 4.3.2 with Apache 1.3.27 on Red Hat Linux 9 machine.
Apache is installed properly. But after I modified httpd.conh in Apache by adding "LoadModule php4_module libexec/libphp4.so", I am getting error that server failed to load the file. Then I searched for libphp4.so in /usr/local/apache/libexec/ and libphp4.so was not there. then i looked for the file on system and found it in /usr/lib/httpd/modules. I copied it into /usr/local/apache/libexec directory and tried to start Apache.
But now, it is giving me following error message:
[root@csweb root]# /usr/local/apache/bin/apachectl start
Syntax error on line 236 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: apr_bucket_type_file
/usr/local/apache/bin/apachectl start: httpd could not be started
What should I do to fix this ?
I also added /usr/lib/httpd/modules in PATH variable.
Regards,
Suraj
|