From: xavier dot bordes at urssaf dot fr Operating system: Unixware 7.1.4 PHP version: 5.1.2 PHP Bug Type: CGI related Bug description: Unable to load libraries dynamically using a shell script
Description: ------------ Using PHP Version 5.0.4 scripts in a command line under UnixWare we obtain systematically these messages: PHP Warning: PHP Startup: Unable to load dynamic library '/appl/php/php_rnd/modules/libdbg.so' - dynamic linker: /appl/php/php_rnd/bin/php: relocation error: symbol not found: OnUpdateLong; referenced from: /appl/php/php_rnd/modules/libdbg.so in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/appl/php/php_rnd/modules/libbcompiler.so' - dynamic linker: /appl/php/php_rnd/bin/php: relocation error: symbol not found: compiler_globals; referenced from: /appl/php/php_rnd/modules/libbcompiler.so in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/appl/php/php_rnd/modules/libdocubase.so' - dynamic linker: /appl/php/php_rnd/bin/php: relocation error: symbol not found: executor_globals; referenced from: /appl/php/php_rnd/modules/libdocubase.so in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/appl/php/php_rnd/modules/libxmlreader.so' - dynamic linker: /appl/php/php_rnd/bin/php: relocation error: symbol not found: empty_string; referenced from: /appl/php/php_rnd/modules/libxmlreader.so in Unknown on line 0 If we use Apache to execute the same scripts all is OK ! All libraries are functional and we can use these quietly. The LD_LIBRARY_PATH are the same and PHP try to load the libraries at the right place. All permissions are 777 for each library. We are suspecting a compilation flag because our system engineer did a new compilation recently. He is now in India for a couple of weeks. Who can give us an Idea ? -- Edit bug report at http://bugs.php.net/?id=36349&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=36349&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=36349&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=36349&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=36349&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=36349&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=36349&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=36349&r=needscript Try newer version: http://bugs.php.net/fix.php?id=36349&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=36349&r=support Expected behavior: http://bugs.php.net/fix.php?id=36349&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=36349&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=36349&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=36349&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=36349&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=36349&r=dst IIS Stability: http://bugs.php.net/fix.php?id=36349&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=36349&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=36349&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=36349&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=36349&r=mysqlcfg
