libc.so.6 problem

#1
Hello, my os is freebsd 7.1 release.
I installed litespeed version 3.3.24.
Everything worked ok, but then I set up game server hlds_i686 and when I lunched it, I got complain about libc.so.6. I had to remove the libc.so.6 link and install one from linux_base-fc4. So there I got litespeed problem, It wouldn't launch. So now the problem is that I can't launch them at the same time, because they both look for /usr/lib/libc.so.6 but
Litespeed needs /usr/lib/libc.so.6 which is symlink to /usr/libc.so which is symlink to /lib/libc.so.7
And hlds_i686 needs /usr/libc.so.6 which is symlink to /usr/lib/libc-2.3.6.so

I also tried the linux version of litespeed, but I get lots of WARN messages.

Is there an easy way out of this situation, make both servers work?
 

mistwang

LiteSpeed Staff
#2
Maybe you need to setup a freebsd jail to run the game server inside. So, you can use a different libc.so for it in the jail.
 
Top