This forum is no longer active. Please post your questions to our new community site
OCI8 Extension Compiling & Installlation
|
|
Hi, I am trying to install oci8 with the LAMPStack, I have the following installation: PHP_VERSION : 5.2.10 I have downloaded almost every version of the instantclient files from Oracle, both x86_64 and 32bit versions. I can get the oci8.so to compile but it fails to load when running make test with the following error: Warning: PHP Startup: Unable to load dynamic library ‘modules/oci8.so’ – modules/oci8.so: cannot open shared object file: No such file or directory in Unknown on line 0 If more information is needed please let me know and I shall try and provide it. Any advice on how to resolve this issue would be greatly appreciated. Regards, Vince p.s. A Bitnami bundle with the oci8 driver already available would be great. |
|
|
Hi, Could you check if the module has an orphan dependency?
|
|
|
>ldd oci8.so |
|
|
I think this library is a 64 bits binary. If you are trying to install this module in a BitNami LAMPStack you should use the 32 bits binary. Also it could be necessary to add the Oracle library path to the Stack environment in the installdir/scripts/setenv.sh file.
|
|
|
I have changed everything, I think to use the lib32 directory, but I am still experiencing the same issue. |

