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

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to