From:             brian dot bush at alltel dot com
Operating system: SunOS 5.8
PHP version:      5.0.0
PHP Bug Type:     *Configuration Issues
Bug description:  Oracle 9i lib path issue in configure script

Description:
------------
We were getting an error about the readline library not being found during
the configure process.

We have just upgraded to Oracle 9.2.0 which has moved its 32-bit libraries
to $ORACLE_HOME/lib32 from $ORACLE_HOME/lib. config.log gave more clues
that this was the problem.

We fixed it by changing the $OCI8_DIR/lib and $ORACLE_DIR/lib to
$OCI8/lib32 and $ORACLE_DIR/lib32 respectively in the configure script.

I think the configure script should have an option added that will specify
to use 64 or 32 bit Oracle libraries.



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

Reply via email to