[php5_xsl 0004941]: On a fresh Solaris 11 install the php5_xsl fails to load

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Mon Sep 8 17:04:46 CEST 2014


The following issue requires your FEEDBACK. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=4941 
====================================================================== 
Reported By:                jcordero
Assigned To:                dam
====================================================================== 
Project:                    php5_xsl
Issue ID:                   4941
Category:                   packaging
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2012-05-03 01:37 CEST
Last Modified:              2014-09-08 17:04 CEST
====================================================================== 
Summary:                    On a fresh Solaris 11 install the php5_xsl fails to
load
Description: 
The error log tells that there is a problem with the so link.

[02-May-2012 23:24:09 UTC] PHP Warning:  PHP Startup: Unable to load
dynamic library
'/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xsl.so' -
ld.so.1: httpd.prefork: fatal: relocation error: file
/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xsl.so: symbol
dom_node_class_entry: referenced symbol not found in Unknown on line 0
====================================================================== 

---------------------------------------------------------------------- 
 (0010895) dam (administrator) - 2014-09-08 17:04
 https://www.opencsw.org/mantis/view.php?id=4941#c10895 
---------------------------------------------------------------------- 
You need to have CSWphp5-dom installed and in your
  /etc/opt/csw/php5/php.ini
and it must be loaded before xsl.so:
  extension=dom.so
  extension=xsl.so



More information about the bug-notifications mailing list