Apache warnings starting PHP 5.1.0-dev

Apache/2.0.53 RHE3 WS
PHP 5.1.0-dev --enable-debug (nothing from gdb)
libxml 2.6.20

Hey,

I decided to give the latest PHP5 a try since it's including some updates I really need (PDO_SqLite, Soap, etc yayy) and after having to upgrade libxml I'm getting the following warning when performing a graceful restart with Apache.

Cannot load /usr/lib/apache/libphp5.so into server: /usr/lib/apache/libphp5.so: undefined symbol: xmlResetError

The build actually works fine so far, and I only get this error message when doing a graceful restart, not with a start/stop.

I've done a similar build with 5.0.3 with no warnings.

Anyone have a clue as to how I can debug this or what could be the cause?

 

 

 

 

Top