ID: 45557 User updated by: Fedora at FamilleCollet dot com Reported By: Fedora at FamilleCollet dot com Status: Open Bug Type: *Compile Issues Operating System: Linux (Fedora 9) PHP Version: 5.3CVS-2008-07-18 (snap) New Comment:
Simple patch proposal witch solves this issue : http://remi.fedorapeople.org/php-5.3.0-visibility.patch Regards Previous Comments: ------------------------------------------------------------------------ [2008-07-18 18:33:43] Fedora at FamilleCollet dot com Description: ------------ After successful compilation xml extension doesn't load Reproduce code: --------------- php -v Expected result: ---------------- PHP 5.3.0-dev (cli) (built: Jul 18 2008 20:20:22) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies Actual result: -------------- # php -v PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/dom.so' - /usr/lib64/php/modules/dom.so: undefined symbol: php_libxml_node_free_resource in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/xmlreader.so' - /usr/lib64/php/modules/xmlreader.so: undefined symbol: dom_node_class_entry in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/xsl.so' - /usr/lib64/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0 PHP 5.3.0-dev (cli) (built: Jul 18 2008 20:20:22) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45557&edit=1