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