Hello,
Apologies if this sent twice, but I don't think the first one went
through.
I'm having trouble getting apache 2.2 to load libphp5.so - when I try
to start up apache, I get the following error message:
[EMAIL PROTECTED] php-5.1.1]# apachectl start
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
My uname -a is :
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
The hardware is a dual opteron hp-dl145 machine, running Centos 4.
Both Apache 2.2 and PHP 5.1.1 compiled without any error messages.
It seems to me from the error message that something didn't get
linked into libphp5.so correctly, but I don't know what to do at this
point.
Any ideas?