Quake 3 server breakage

Michael Sharp ms at probsd.org
Fri Jun 25 10:28:51 PDT 2004


I havent investigated this issue in depth enough to know which updated
port might have changed this, or if its a ld issue, but I now see that
many of the libs quake3 server uses in /usr/compat/linux/lib/ are now
symlinked to the new version 2.2.4.so and quake refuses to run.
Specifically, the files are:

ld-linux.so.2 > ld-2.2.4.so
libc.so.6 -> libc-2.2.4.so
libdl.so.2 -> libdl-2.2.4.so
libm.so.6 -> libm-2.2.4.so

by making the path /compat/linux/lib/ and copying the above *.so.6 files
from  /usr/compat/linux/lib/ to /compat/linux/lib will unbreak quake until
this issue is addressed.

Michael



More information about the freebsd-questions mailing list