How do I unsubscribe from these mail notifications? -----Original Message----- From: Christopher Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 7:24 PM To: Adriano Rocha Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Adriano Rocha wrote: > I'm running Linux RedHat7.3 with PHP 4.3.3. > root # > ./configure --with-oci8 (no errors) > root # > make (no errors) > root # > make install (no errors) > > ... it does not create the oci8.so file. Obviously, php pages on OCILogon > and related functions crashes with undefined function error. However, if I > run php on Win2k, uncommenting php_oci8.dll in c:\winnt\php.ini, everything > works wonderfully!!! - Does the initial "make" compile oci8.c in anyway? - Is your ORACLE_HOME environment variable set before you run configure? - Perhaps you need to use --with-oci8=$ORACLE_HOME ? - Double check installation by seeing if an OCI8 section is returned by phpinfo() See also http://otn.oracle.com/tech/opensource/php/apache/inst_php_apache_linux.h tml Chris
