Subject: Re: shared object lpthread?
To: Riccardo Mottola <zuse@libero.it>
From: Bill Studenmund <wrstuden@netbsd.org>
List: port-mac68k
Date: 08/14/2003 12:18:35
On Tue, 12 Aug 2003, Riccardo Mottola wrote:

> Hello,
>
> I am launching "configure" of a program and it checks for pthread. Since it
> works on other platforms I begun thinking NetBSD is the culprit.
>
> in config.log I find:
> cannot find shared object "libpthread.so.20"
>
> if I look in /usr/pkg/lib i find it howewer, with read&execute permissions
> for everybody.
> actually it is a link to libpthread.so.20.20

is there a libpthread.so.20.20?

> I also tried to remove and rebuild the pthread package, to run ldconfig. no
> success
>
> ideas?

I assume you aren't using a package to build this program?

There usually are some tweaks needed to get packages to find libraries
from other packages, and you might be having problems with that.

Take care,

Bill