Hey,
I've been working to compile PHP4 for my Irix server for use with my Oracle 7 database. However, when I run the configure script I get this error when it loks for the encryption type:
20552:./conftest: rld: Fatal Error: Cannot Successfully map soname 'libclntsh.so.1.0' under any of the filenames /disks/gprograms1/oracle/app/oracle/product/7.3.4/lib/libclntsh.so.1.0:/usr/lib32/libclntsh.so.1.0:/usr/lib32/internal/libclntsh.so.1.0:/lib32/libclntsh.so.1.0:/opt/lib32/libclntsh.so.1.0:
I'm not trying to build it against apache, If I continue with the build the system does build, but when it is executed the same error occurs. libclntsh.so.1.0 exists in /disks/gprograms1/oracle/app/oracle/product/7.3.4/lib/
and I don't see what its complaining about.
My configure command is as follows:
./configure --enable-ftp --enable-yp --without-mysql --with-oracle=/disks/gprograms1/oracle/app/oracle/product/7.3.4
Can anyone shed some light on this please?
Thanks,