I am having a difficult time getting Php to install on Solaris 10. Here are the issues:
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/xxxx
PATH=/usr/sbin:/usr/bin
PS1=#
SHELL=/bin/sh
TERM=xterm
TZ=US/Eastern
Do I need to configure something else? I searched the lib and I have libldap-2.4.so.2
I really cound use some help.....are there some environment issues or standard defaults for Php. The MySql runs fine. Apache runs fine.