From:             dmarek1 at att dot net
Operating system: Solaris 2.8
PHP version:      5.0.0
PHP Bug Type:     OCI8 related
Bug description:  OCINlsEnvironmentVariableGet: referenced symbol not found

Description:
------------
I am okay to build oci8 with PHP 5 and the make is okay but when I start
http server the error below occurs.  I have iAS 10g for one home with a
9.2 client on another.  I build oci8 to 9.2 home and all other to 10G iAS.
 Without oci8 all is good and the server runs and handles PHP but with oci8
I can't go on.

Thanks for any help

/opt/oracle/product/TCLB/iAS/Apache/Apache/bin/apachectl start: execing
httpd
Syntax error on line 232 of
/opt/oracle/product/TCLB/iAS/Apache/Apache/conf/httpd.conf:
Cannot load /opt/oracle/product/TCLB/iAS/Apache/Apache/libexec/libphp5.so
into server: ld.so.1: /opt/oracle/product/TCLB/i
AS/Apache/Apache/bin/httpd: fatal: relocation error: file
/opt/oracle/product/TCLB/iAS/Apache/Apache/libexec/libphp5.so: s
ymbol OCINlsEnvironmentVariableGet: referenced symbol not found

Reproduce code:
---------------
./configure --with-oci8=/opt/oracle/product/TCLB/9.2.C
--with-gd=/usr/local --with-jpeg-dir=/usr/local --with-png-dir=/usr
/local --with-zlib-dir=/usr/local --with-xpm-dir=/usr/local
--with-ttf=/usr/local --with-freetype-dir=/usr/local --enable-
gd-native-ttf --with-mysql=/usr/local/mysql
--with-apxs=/opt/oracle/product/TCLB/iAS/Apache/Apache/bin/apxs
--prefix=/opt/
oracle/product/TCLB/iAS
--with-config-file-path=/opt/oracle/product/TCLB/iAS/Apache/Apache/conf


Expected result:
----------------
Server starts and oci calls work!

Actual result:
--------------
Can't start server as error above shows.

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

Reply via email to