From:             php at edith dot net
Operating system: Solaris 9
PHP version:      5.0.2
PHP Bug Type:     Compile Failure
Bug description:  Error configure with oracle 10

Description:
------------
Trying to configure php 5.0.2 with oracle 10, i get "oracle needed
libraries not found".

I solved it by adding 

elif test -f $ORACLE_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.10.1; then
     ORACLE_VERSION=10.1

after the 60459 line, and by changing

 8.1|9.0|10.1)
instead of
 8.1|9.0)

at 64838 line.



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

Reply via email to