View Single Post
  #5  
Old 10-27-2004, 08:06 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Just do the following as root user
Code:
cd /usr/lib
ln -s libc.so.5 libc.so.4
This should make lshttpd happy on FreeBSD 5.X
Reply With Quote