I've installed the following packages on my RHEL 5:
rpm -ivh php53-common-5.3.8-1.el5.x86_64.rpm
rpm -ivh php53-5.3.8-1.el5.x86_64.rpm
rpm -ivh php53-cli-5.3.8-1.el5.x86_64.rpm
rpm -ivh php53-ldap-5.3.8-1.el5.x86_6PHP module in httpd.conf, apache won't start:
[root modules]# /etc/init.d/httpd2 start
httpd: Syntax error on line 218 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: libldap-2.2.so.7: cannot open shared object file: No such file or direct
I've found libldap-2.3.so.0.2.3 and made symbolic links from it to /lib/libldap-2.2.so.7 and /usr/local/lib/libldap-2.2.so.7
Still ldd reports "libldap-2.2.so.7 => not found"
Please help!
|