misc/compat6x

Kris Kennaway kris at FreeBSD.org
Thu Feb 28 21:21:59 UTC 2008


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



More information about the freebsd-ports mailing list