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!
..
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