Hi gurus!
I hope someone has a similiar system and can point me in the right
direction.
Here's the problem.
If I run
configure -with-ldap=/opt/ldapSDK4.0 -with-nsapi=/opt/iplanet
-with-imap=/usr/local -enable-ftp -enable-sockets
make
make install
every thing work's just fine. But unfortunately I also want to add
oracle support. So I do
configure -with-ldap=/opt/ldapSDK4.0 -with-nsapi=/opt/iplanet
-with-oci8=/apps/oracle/product/8.1.7 -with-imap=/usr/local -enable-ftp
-enable-sockets
make
make install
everything compiles nicely but when I start the webserver(iPlanet) I get
the message:
[myserver.se]: start failed. (2: unknown early startup error)
[myserver.se]: conf_init: Error running init function load-modules:
dlopen of /opt/iplanet/bin/libphp4.so failed (ld.so.1: ns-httpd: fatal:
libclntsh.so.8.0: open failed: No such file or directory)
[myserver.se]: server exit: status 1
Does anybody have a clue?
Thanks in advance
/Robert
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]