I am trying to get PHP4 to work with Oracle 9.i on Suse Linux
I have the DSO version of Apache version 1.3.27 and PHP 4.3.1 Running. I have this setup running successfully with mysql, however I am trying to get it to connect to a Oracle 9.i database.
PHP and Apache came pre-installed with Suse Linux 8.2. When I look at <? Phpinfo ?> I do not see the –with oci8 module installed. Since php came installed with my version of Linux, I do not have the source. I tried downloading the php source and ./configure –with oci8, however , after “make install” it does not show the new module.
Also it appears to be installing some of PHP in different directories from the ones the linux install used.
Is there any other way to get the Oracle module installed without running ./configure? Such as a RPM to install that module? If not what parameters do I need to use with the ./configure?
Any insight would be really appreciated. Thanks,