Hi All,
Im having trouble configuring PHP4 . This is my configure command.
./configure --with-mysql=/usr/local --with-apxs=/usr/local/sbin/apxs --with-ldap=/usr/local
After a successfull "make install" command, when I restart the httpd daemon, the server is not restarting instead giving an error
"Syntax error on line 241 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "ldap_first_reference"
./apachectl start: httpd could not be started
"
Any help would be highly appreciated