Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2005 16:50:46 -0600 (CST)
From:      squirrel@isot.com
To:        freebsd-stable@freebsd.org
Subject:   Re: Missing libpthread.so.*
Message-ID:  <2609.63.161.239.74.1134168646.squirrel@wmail.isot.com>
In-Reply-To: <790a9fff0512091016s3b241d1aqc72632baeb422525@mail.gmail.com>
References:  <60348.24.162.103.154.1134148270.squirrel@wmail.isot.com> <790a9fff0512091016s3b241d1aqc72632baeb422525@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Geez, it was that simple!!!  I've searched everywhere for libpthread, but
didn't bother to see doc on libkse.  My bad...

Thanks...

> 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.*:
>
>   cd /usr/lib
>   ln libkse.so... libpthread.so....
>
> Also see this cvs entry about libkse on FreeBSD 5.0:
>
> http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libpthread/Makefile?rev=1.35&content-type=text/x-cvsweb-markup
>
> --
> DISCLAIMER:
> No electrons were mamed while sending this message. Only slightly bruised.
>
>



**************************************
Computer problems? ...................
..............http://www.multibyte.net




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