Hi
I have install oracle 8.0.5 (for linux) and php4 on redhat linux 7.0. Oracle was not properly installed.While in installation itself it gave some problems.But somewhat i tried and did it successfully.Now
Oracle is working fine as a individual module.But i could not get the connectivity between oracle and php.
It is giving error in oci functions.
for example
"ocilogon ...undefined function".
Previously i was working with php4,oracle 8.0.5 for linux(linux 6.1).It was working fine.
What is wrong with linux7.Is oracle 8.0.5 is working fine with php4 on red hat 7.0.
I configured everthing.But i don't know the reason for my problem.
My config is like this.
./configure --with-apache=../apache_1.3.12 --with-mysql=/usr/local/mysql --with-oci8=/u01/app/oracle/product/8.0.5 --with-oracle=/u01/app/oracle/product/8.0.5 --enable-memory-limit=yes --enable-debug=no --enable-track-vars'
I have also installed mysql and is working fine with php4.
Can anyone help me to overcome this.
Thanks in advance
srini