|
apache2 error message in run level
Could someone define what I should do to fix the following error message?
***
etc/init.d/apache2 start returned 1 (unspecified error):
Starting httpd2 (prefork) Syntax error on line 16 of /etc/apache2/sysconfig.d/loadmodule.conf:
Cannot load /usr/lib/apache2-prefork/mod_auth_ldap.so into server: /usr/lib/apache2-prefork/mod_auth_ldap.so: undefined symbol: util_ldap_connection_close
The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
***
In particular this part -
Cannot load /usr/lib/apache2-prefork/mod_auth_ldap.so into server: /usr/lib/apache2-prefork/mod_auth_ldap.so: undefined symbol: util_ldap_connection_close
|