Hello everybody,
I've been trying to get PHP connecting to my Oracle DB, so i installed the latest Oracle 9i Client (9.2.0.1), connection over SQLPLUS is OK!
Then i've been trying to compile the PHP Source (4.1.2) to include OCI8 support and get the module "oci8.so" for use with my PHP installation (default RedHat 7.3 RPM package of PHP 4.1.2). After using some Tricks (linking the 9i library to the 8i name) found on the net the compilation went OK. BUT: There is no "oci8.so" file!
What do i have to do or how do i have to compile PHP source code to get this "oci8.so" file which i need for the existing RPM-installation of PHP to add as module to?
I don't want to compile the whole PHP, just the module!
Please Help!
Roland