libthr and 1:1 threading.
Jacques A. Vidrine
nectar at FreeBSD.org
Tue Apr 1 03:49:13 PST 2003
On Mon, Mar 31, 2003 at 10:54:45PM -0500, Jeff Roberson wrote:
> 5. Either replace /usr/lib/libc_r.so.5 with /usr/lib/libthr.so.1 or
> relink your applications against libthr.so.1
Happily strlen(libc_r.so.5) == strlen(libthr.so.1), so you can also
edit your binaries' SONEEDED fields in place :-)
ed -s /path/to/binary <<-EOF
/libc_r.so.5/ s/libc_r.so.5/libthr.so.1/
w
q
EOF
or similar ...
Cheers,
--
Jacques A. Vidrine <nectar at celabo.org> http://www.celabo.org/
NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos
jvidrine at verio.net . nectar at FreeBSD.org . nectar at kth.se
More information about the freebsd-current
mailing list