ID: 36349 Updated by: [EMAIL PROTECTED] Reported By: xavier dot bordes at urssaf dot fr -Status: Open +Status: Bogus Bug Type: CGI related Operating System: Unixware 7.1.4 PHP Version: 5.1.2 New Comment:
Looks like you forgot to update PHP CLI and it is trying to use extensions from newer version of PHP. Anyway, it's not PHP problem and I'd say such questions should be asked in the list. Previous Comments: ------------------------------------------------------------------------ [2006-02-10 10:37:56] xavier dot bordes at urssaf dot fr 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 this bug report at http://bugs.php.net/?id=36349&edit=1
