Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2004 13:28:44 -0400 (EDT)
From:      "Michael Sharp" <ms@probsd.org>
To:        freebsd-questions@freebsd.org
Cc:        freebsd-ports@freebsd.org
Subject:   Quake 3 server breakage
Message-ID:  <3129.65.201.129.50.1088184524.squirrel@65.201.129.50>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3129.65.201.129.50.1088184524.squirrel>