Problem of connection between PHP 4 or 5 with apache and Oracle 9.i :
580814Jun 1 2007 — edited Jun 13 2007When I configure php 4.4.4 with apache and Oracle by this command :
./configure prefix=/usr/local/ with-apxs2=/usr/sbin/apxs --with-oci8=/usr/oracle/product/9.2.0.4.0
with-zlib=/usr with-config-file-path=/etc/httpd/conf
--enable-sigchild
make + make install
(I have no errors during the configuration)
and after I start apache,
I have this following error :
Cannot load /usr/lib64/httpd/modules/libphp4.so into server: libclntsh.so.9.0: failed to map segment from shared object: Permission
denied
So if I configure php 4.4.4 without oracle but only with apache,
When I start apache, I have no errors.
So the problem comes from the library libclntsh.so.9.0.
And yet, before I have no problem when I use LINUX X86 and ORACLE 9.2.0.7 for 32 bits.