Date: Tue, 1 Apr 2003 05:49:11 -0600 From: "Jacques A. Vidrine" <nectar@FreeBSD.org> To: Jeff Roberson <jroberson@chesapeake.net> Cc: current@FreeBSD.org Subject: Re: libthr and 1:1 threading. Message-ID: <20030401114911.GA46472@madman.celabo.org> In-Reply-To: <20030331225124.W64602-100000@mail.chesapeake.net> References: <20030331225124.W64602-100000@mail.chesapeake.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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@celabo.org> http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030401114911.GA46472>