Re: Php Help
- From: nospam@xxxxxxxxxxxxx (Shawn McKenzie)
- Date: Wed, 30 Jul 2008 12:46:11 -0500
birdloww.ctr@xxxxxxxxxxxxx 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
.
- Prev by Date: Re: [PHP] Creating new site
- Next by Date: accessing variables within objects
- Previous by thread: Still "zend_mm_heap corrupted" error in PHP 5.2.6
- Next by thread: accessing variables within objects
- Index(es):
Relevant Pages
|