[EMAIL PROTECTED] wrote:
I cannot get Php to run on Solaris 10...
Here is the error I am getting....
____________________________________________________________
Trying to run php outside of apache

ld.so.1: php: fatal: libldap-2.3.so.0: open failed: No such file or
directory

With Apache....Apache will not load when trying to load the php modules

Syntax error on line 110 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: ld.so.1: httpd: fatal: libldap-2.3.so.0: open failed: No such file or directory




Environmental Setting DISPLAY= HOME=/ HZ=100 LOGNAME=wayne MAIL=/var/mail/wayne PATH=/usr/sbin:/usr/bin PS1=# SHELL=/bin/sh TERM=xterm TZ=US/Eastern
_______________________________________________
I have gone to the lib directory and can find libldap-2.4.so.2 ..
Can you point me in the right direction???

Well, it's not looking for libldap-2.4.so.2, it wants libldap-2.3.so.0.

So first try creating a link of libldap-2.3.so.0 to libldap-2.4.so.2. Been a while for me on Solaris.

-Shawn

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to