problem with apache

Submitted by Anonymous
on November 19, 2005 - 6:46pm

I have installed apache-2.0.55.tbz on a freebsd 5.3. And when i want to start apache (/usr/local/sbin/apachectl start) it says:
/libexec/ld-elf.so.1: Shared object "libz.so.3" not found, required by "httpd".
What can i do? (All requires packages are installed).
Thx!

..

jakemathai
on
November 19, 2005 - 7:13pm

1. Are you starting apache as root or a unprivledged user on a high port?

2. Trying searching for the library on your root drive :
>>>find / -name "ld-elf.so.1"

If you find it on your root partition, check your LD_LIBRARY_PATH / LIBPATH and if not you'll you may need to fetch it from your install media or ftp://ftp.freebsd.org/.

Jacob Mathai

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.