Hello,
I'm having trouble getting apache to load libphp5.so - when I attempt
to start apache, I get the following error message:
httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/
local/apache2/modules/libphp5.so: undefined symbol: zend_qsort
Here's the uname -a for my machine:
Linux beta.lab.layeredtech.com 2.6.9-22.0.1.ELsmp #1 SMP Thu Oct 27
14:49:37 CDT 2005 x86_64 x86_64 x86_64 GNU/Linux
This is a dual-opteron HP DL145 running Centos 4.
I built apache 2.2 and php 5.1.1 from source, everything compiled
fine, no error messages.
Seems to me that something didn't get linked properly into libphp5.so.
Any ideas?