Skip to Main Content

Infrastructure Software

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!

php4+oc8 in debian

PiviulAug 24 2005 — edited Aug 24 2005
Hi all, I'm tryng to recompile php4 to support oci8 on a debian sarge box and the process seems terminate successfully. In effetct now in php4 module I can find the link to the oci library:
psala@debianbox:~$ ldd /usr/lib/apache2/modules/libphp4.so | grep oraclient
libexpat.so.0 => /app/oraclient/lib/libexpat.so.0 (0x4036c000)
libclntsh.so.10.1 => /app/oraclient/lib/libclntsh.so.10.1 (0x4059e000)
libnnz10.so => /app/oraclient/lib/libnnz10.so (0x41574000)
But when I try an ocilon in a php page nothing happens but in the apache2 error log I can find
[Wed Aug 24 10:54:55 2005] [notice] child pid 13147 exit signal Segmentation fault (11)
Am I wrong something during the php4 building process?

Thank you very much

Piviul
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2005
Added on Aug 24 2005
1 comment
635 views