OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005022 [php5_xmlreader] regular use block always 2012-11-07 20:44 2014-09-08 17:07
Reporter ghenry View Status public  
Assigned To ghenry
Priority normal Resolution duplicate  
Status closed  
Summary 0005022: relocation error symbol dom_node_class_entry not found
Description PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xmlreader.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xmlreader.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0
Additional Information
Tags No tags attached.
Attached Files

- Relationships
duplicate of 0004941closeddam php5_xsl On a fresh Solaris 11 install the php5_xsl fails to load 

-  Notes
(0010210)
ghenry (reporter)
2012-11-08 06:29

ok i haven't seen that it was a known problem, already discussed here:
http://lists.opencsw.org/pipermail/users/2012-September/009315.html [^]

so finally, it's ok after finding which "extension.." lines are missing.
In case it help for others, here are the lines i added to deploy a Symfony (http://symfony.com/) [^] project:

diff /etc/opt/csw/php5/php.ini.CSW /etc/opt/csw/php5/php.ini
959,960c959,960
< ;extension=session.so
< ;extension=ctype.so
---
> extension=session.so
> extension=ctype.so
971c971,972
< ;extension=mbstring.so
---
> extension=iconv.so
> extension=mbstring.so
977a979
> extension=pdo.so
980c982
< ;extension=pdo_mysql.so
---
> extension=pdo_mysql.so
987a990,991
> extension=json.so
> extension=tokenizer.so
999c1003,1006
< ;extension=xmlrpc.so
---
> extension=dom.so
> extension=xmlrpc.so
> extension=xmlreader.so
> extension=xmlwriter.so
1001a1009,1010
> extension=apc.so
> extension=posix.so
1010c1019
< ;date.timezone =
---
> date.timezone = "Europe/Paris"


unfortunately, for few packages, the "extension.." line aren't added in php.ini after installed (for instance pdo.so, apc.so, posix.so, json.so, etc...) and dom.so before xml*.so

- Issue History
Date Modified Username Field Change
2012-11-07 20:44 ghenry New Issue
2012-11-08 06:29 ghenry Note Added: 0010210
2012-11-08 06:30 ghenry Status new => resolved
2012-11-08 06:30 ghenry Resolution open => fixed
2012-11-08 06:30 ghenry Assigned To => ghenry
2014-09-08 17:06 dam Relationship added duplicate of 0004941
2014-09-08 17:07 dam Status resolved => closed
2014-09-08 17:07 dam Resolution fixed => duplicate


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker