Date: Fri, 9 Dec 2005 13:48:30 -0500 (EST) From: Daniel Eischen <deischen@freebsd.org> To: Scot Hetzel <swhetzel@gmail.com> Cc: freebsd-stable@freebsd.org, "squirrel@isot.com" <squirrel@isot.com> Subject: Re: Missing libpthread.so.* Message-ID: <Pine.GSO.4.43.0512091346320.8449-100000@sea.ntplx.net> In-Reply-To: <790a9fff0512091016s3b241d1aqc72632baeb422525@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 9 Dec 2005, Scot Hetzel wrote: > On 12/9/05, squirrel@isot.com <squirrel@isot.com> wrote: > > FBSD 5.0 > > > > I'm getting missing libpthread.so.* error, so I copied it from another > > FBSD box, and now getting: > > Undefined symbol "__malloc_lock" > > > > So I went into /usr/src/lib/libpthread and did make/install. I noticed > > that it installed libkse.so.* but not libpthread.so.*. > > > What you need to do is create a link between libpthread.so.* and libkse.so.*: No, he's hosed his system. There is no libpthread in 5.0. Somehow you've brought in binaries from somewhere else that are linked to libpthread because they were linked on a more recent version of FreeBSD. Either that, or you have a /etc/libmap.conf that is trying to use libpthread. -- DE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0512091346320.8449-100000>