![]() |
Problem with installation on FreeBSD 5.3Beta5
Hi.
I've tried to install lsws on FreeBSD. At the end of the installation script (when trying to start the web server) I get the following error: Would you like to start it right now [Y/n]? Y /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found, required by "lshttpd" [ERROR] Failed to start lshttpd! [ERROR] Failed to start the web server. For trouble shooting information, please refer to documents in "/usr/local/lsws/docs/". Regards, Andreas |
Thank you for the bug report.
You should install FreeBSD 4.x compatible C Library, or just make symbolic link from libc.so.5 to libc.so.4, we heard it works as well. George Wang |
thx. A symbolic link solved the problem.
|
Could you explain this in newbie terms?
|
Just do the following as root user
Code:
cd /usr/lib |
Actually, I am getting:
Code:
/usr/libexec/ld-elf.so.1: Shared object "libc.so.2" not found, required by "lshttpd"Am I missing something that I need installed? |
It is libc.so.2 or libm.so.2?
Which version of FreeBSD are you using? Is there any libm.so.? in /usr/lib? If yes, just create a symbolic link as "libm.so.2". |
freeBSD 5.3
Code:
/usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by "lshttpd" |
Code:
server# ls |
please do
Code:
ls /usr/lib/libm.* |
| All times are GMT -7. The time now is 07:20 PM. |