ID: 13022
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Old Bug Type: Oracle related
Bug Type: OCI8 related
Operating System: Solaris 2.7
PHP Version: 4.0.6
New Comment:

This is fixed in CVS. Try a snapshot: http://snaps.php.net/


Previous Comments:
------------------------------------------------------------------------

[2001-08-29 06:11:42] [EMAIL PROTECTED]

export CC=/opt/SUNWspro/bin/cc
export ORACLE_HOME=/u01/app/oracle/product/9.0.1
./configure --prefix=/opt/php --with-mysql=/opt/mysql --with-oci8 
--with-apxs=/opt/apache/bin/apxs --with-config-file-path=/opt/php; make
...
checking Oracle Install-Dir... /u01/app/oracle/product/9.0.1
+--------------------------------------------------------------------+
| Notice:                                                            |
| If you encounter <defunc> processes when using a local Oracle-DB   |
| please recompile PHP and specify --enable-sigchild when configuring|
| (This problem has been reported un Linux using Oracle >= 8.1.5)    |
+--------------------------------------------------------------------+
checking Oracle version... configure: error: Oracle-OCI8 needed libraries not found
make: Fatal error: No arguments to build

But the Net8 Client side should not be changed in Oracle  9i because it still has the 
8.1.7 Net client. So I linked the library $ORACLE_HOME/lib/libclntsh.so.9.0 to 
$ORACLE_HOME/lib/libclntsh.so.8.0 and compiled again

and the compilation and Oracle connection works!

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13022&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to