Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem of connection between PHP 4 or 5 with apache and Oracle 9.i :

580814Jun 1 2007 — edited Jun 13 2007
When 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2007
Added on Jun 1 2007
9 comments
3,051 views