Support/Development for PHP
bcrooker
Forum User
Posts: 17 Joined: Thu Jul 06, 2006 4:18 pm
Unread post
by bcrooker » Thu Aug 24, 2006 11:46 am
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?
NVarra
Forum User
Posts: 6 Joined: Tue Dec 07, 2004 10:19 pm
Location: BC, Canada
Unread post
by NVarra » Tue Aug 29, 2006 2:21 pm
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.
scott
Atomicorp Staff - Site Admin
Posts: 8355 Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:
Unread post
by scott » Tue Aug 29, 2006 2:55 pm
what distro are you on? If its RHEL3 dont even bother telling me
NVarra
Forum User
Posts: 6 Joined: Tue Dec 07, 2004 10:19 pm
Location: BC, Canada
Unread post
by NVarra » Tue Aug 29, 2006 3:08 pm
Well.... Kinda sorta... my box is RH9
Oh... Just discovered that PHP no talky to PostgreSQL either.
NVarra
Forum User
Posts: 6 Joined: Tue Dec 07, 2004 10:19 pm
Location: BC, Canada
Unread post
by NVarra » Wed Aug 30, 2006 11:54 am
All of our scripts on that box are 100% PHP 5 compatible, and yes, I read over Scotts notes.
NVarra
Forum User
Posts: 6 Joined: Tue Dec 07, 2004 10:19 pm
Location: BC, Canada
Unread post
by NVarra » Wed Sep 13, 2006 7:42 pm
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?