ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #01986
[Bug 1071582] [NEW] Unable to load dynamic library xmlreader.so
Public bug reported:
I'm using CentOS release 5.8 (Final) x86, and met a bug related to php53u-xml:
After installing php53u-xml , DOMDocument class is missing in php53u-fpm.
# cat test.php
<?php
var_dump(class_exists('DOMDocument'));
?>
# php test.php
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/
xmlreader.so' - /usr/lib/php/modules/xmlreader.so: undefined symbol: dom_node_cl
ass_entry in Unknown on line 0
bool(true)
# wget "http://localhost/test.php" -O - -q
bool(false)
** Affects: ius
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1071582
Title:
Unable to load dynamic library xmlreader.so
Status in IUS Community Project:
New
Bug description:
I'm using CentOS release 5.8 (Final) x86, and met a bug related to php53u-xml:
After installing php53u-xml , DOMDocument class is missing in php53u-fpm.
# cat test.php
<?php
var_dump(class_exists('DOMDocument'));
?>
# php test.php
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/
xmlreader.so' - /usr/lib/php/modules/xmlreader.so: undefined symbol: dom_node_cl
ass_entry in Unknown on line 0
bool(true)
# wget "http://localhost/test.php" -O - -q
bool(false)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1071582/+subscriptions
Follow ups
References