I am trying to configure PHP 4.0.6, Oracle 8.1.6, Apache, and Redhat
6.2.  
- Apache is working
- PHP is working (I can serve php pages)
- Oracle is working (I can create and work with tables)

I've installed the Oracle Server and the Oracle client, but somehow the
OCI libraries are not getting installed.  The directory
ORACLE_HOME/oci/include is empty.  ./configure fails with an error 
Oracle-OCI8 needed libraries not found.  

This is what I've tried:
- Installed the client software, both the Administrator and Programmer
options
- Installed the server using the custom option, and selecting the OCI8
libraries
- (Desperately) copying the \oci\include directories from my NT
workstation onto the Linux box.

The best I can get is that the compile proceeds, but Oracle functions
are not defined when I load a PHP page.

What files is the compiler looking for as the 'required OCI libraries',
and where are they?

Thanks,
Sheila

-- 
PHP Install 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