From:             Pavel dot Zakouril at mff dot cuni dot cz
Operating system: UnixWare 7.1.1
PHP version:      4.3.2
PHP Bug Type:     Dynamic loading
Bug description:  symbol not found: executor_globals

Description:
------------
I have installed PHP 4.3.2 by following way:

export ORACLE_HOME=/u01/app/oracle/product/8.1.7
export LD_LIBRARY_PATH=/usr/local/lib:$ORACLE_HOME/lib
export CC=cc
export EXTRA_LIBS='-lthread -lucb'
./configure --with-oci8=shared --with-apxs --without-mysql --without-pear
--enable-sigchild
make
make install

Apache module works fine, but CLI version built at the same time fails
with the following message:

ducklet 191# php
PHP Warning:  Unknown(): Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20020429/liboci8.so' -
dynamic linker: php: relocation error: symbol not found: executor_globals;
referenced from:
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/liboci8.so in
Unknown on line 0

What can be wrong ?



-- 
Edit bug report at http://bugs.php.net/?id=24328&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24328&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24328&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24328&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24328&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24328&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24328&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24328&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24328&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24328&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24328&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24328&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24328&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24328&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24328&r=gnused

Reply via email to