| title: | Re users httpd Cannot Start HTTPD Service |
|
On Thursday 12 October 2006 17:31, Bjorgen T. Eatinger wrote:
Whenever I try starting the httpd service, I get the following error:
[root@log]# service httpd start
Starting httpd: /usr/sbin/httpd: error while loading shared libraries:
libldap-2.2.so.7: cannot open shared object file: No such file or
directory [FAILED]
So presumably you compiled it (either all of apache or one or
more module youre loading) against that library.
Ive obtained and installed the very latest openldap (v2.3) and it did
NOT install this library. I have no idea why Apache needs this library
in the first place.
Any ideas as to how I can fix this? We are dead in the water not being
able to start the server.
Are you using ldap? If so, just compile apr and apache using the library
versions you do have installed. If not, just dont load the ldap modules.
Or if necessary recompile without ldap support.
--
Nick Kew
Application Development with Apache - the Apache Modules Book
rel="nofollow" www.prenhallprofessional.com/title/0132409674 www.prenhallprofessional.com/title/0132409674
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL: rel="nofollow" httpd.apache.org/userslist.html httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
|