Page 1 of 1

PHP Errors

Posted: Thu Aug 24, 2006 11:46 am
by bcrooker
I have been getting the following errors in my php error log:
[24-Aug-2006 11:30:01] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/dom.so' - /usr/lib/php/modules/dom.so: undefined symbol: htmlCreateMemoryParserCtxt in Unknown on line 0
[24-Aug-2006 11:30:02] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/dom.so' - /usr/lib/php/modules/dom.so: undefined symbol: htmlCreateMemoryParserCtxt in Unknown on line 0
[24-Aug-2006 11:30:03] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/soap.so' - /usr/lib/php/modules/soap.so: undefined symbol: xmlBufferCreateStatic in Unknown on line 0
[24-Aug-2006 11:30:03] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /usr/lib/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
[24-Aug-2006 11:30:03] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/soap.so' - /usr/lib/php/modules/soap.so: undefined symbol: xmlBufferCreateStatic in Unknown on line 0
[24-Aug-2006 11:30:03] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /usr/lib/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
These seem to only happen when php is executed as a command-line parser (via a cron job).

Any ideas?

Posted: Tue Aug 29, 2006 2:21 pm
by NVarra
Ya... I just upgraded one of our Plesk boxes to PHP 5.0.4 and noticed that the Modernbill V5 cron is spitting this back at me;
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/dom.so' - /usr/lib/php/modules/dom.so: undefined symbol: htmlCreateMemoryParserCtxt in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /usr/lib/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
I haven't had time to test much else yet but that message every 5 minutes is enough to drive ya nuts. :D

Posted: Tue Aug 29, 2006 2:55 pm
by scott
what distro are you on? If its RHEL3 dont even bother telling me :P

Posted: Tue Aug 29, 2006 3:08 pm
by NVarra
Well.... Kinda sorta... my box is RH9 :D

Oh... Just discovered that PHP no talky to PostgreSQL either. :(

Posted: Tue Aug 29, 2006 10:36 pm
by breun
Did you follow the instructions on http://www.atomicrocketturtle.com/Jooml ... ew/141/29/? Did you check the software that gives you errors is supposed to work under PHP5?

Posted: Wed Aug 30, 2006 11:54 am
by NVarra
All of our scripts on that box are 100% PHP 5 compatible, and yes, I read over Scotts notes. :)

Posted: Wed Sep 13, 2006 7:42 pm
by NVarra
Hey guys... I hate to bump threads but has anyone else got this version (5.0.4) of ARTs RPMs to work with PostgreSQL yet?