Date: Thu, 28 Feb 2008 22:21:57 +0100 From: Kris Kennaway <kris@FreeBSD.org> To: Sergey Matveychuk <sem@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: misc/compat6x Message-ID: <47C725F5.1070503@FreeBSD.org> In-Reply-To: <47C6701C.2090009@FreeBSD.org> References: <47C6701C.2090009@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Sergey Matveychuk wrote: > Hi. > > I tried to start an application on 7.0 that requires libpthread.so.2. > I've installed misc/compat6x, but have a problem: > /usr/local/lib/compat/libpthread.so.2: Undefined symbol > "__malloc_lock"Could not load addin module > "/usr/local/lib/libtfmessbsp.so"! > > As I can see __malloc_lock symbol is in libc.so.6 from compat6x port but > does not load. Why? Any ideas how to fix it? How is libc.so.6 being loaded by the application? Is it linked explicitly or is it (incorrectly) trying to dlopen("libc.so") or similar? Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47C725F5.1070503>