ID: 39462 User updated by: maremyanin at mera dot ru Reported By: maremyanin at mera dot ru -Status: Feedback +Status: Open Bug Type: OCI8 related Operating System: SuSE PHP Version: 5.2.0 New Comment:
I have compiled the latest version but it didn't help. There is the same error when the line "unset ORACLE_HOME" is put in the file envvars. Previous Comments: ------------------------------------------------------------------------ [2006-11-10 13:54:29] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2006-11-10 13:52:50] maremyanin at mera dot ru Description: ------------ I compile Apache+PHP with using Instantclient. For that are done the changes in Makefile: --with-oci8=instantclient,/opt/instantclient Then I have to change the file /opt/apache2/bin/envvars. I add the following lines: unset ORACLE_BASE ORACLE_HOME ORA_NLS ORA_NLS33 ORACLE_SID LD_LIBRARY_PATH export NLS_LANG=AMERICAN_AMERICA.AL32UTF8 export LD_LIBRARY_PATH=/opt/instantclient:$LD_LIBRARY_PATH But after starting Apache crashs. If I delete ORACLE_HOME from the file, Apache works but PHP does not. More details: OS: SuSE Linux 9 uname -a: Linux oracle 2.6.5-7.257-bigsmp #1 SMP Mon May 15 14:14:14 UTC 2006 i686 i686 i386 GNU/Linux Apache 2.2.3 Oracle 10.2.0.1.0 PHP 5.1.2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39462&edit=1