New submission from Hasso Tepper <[EMAIL PROTECTED]>: perl links itself against threading library:
$ objdump -x /usr/pkg/bin/perl | grep xu NEEDED libthread_xu.so.2 $ The result is that package compiled in the machine using libthread_xu.so.2 by default can't be used in the machine using libc_r.so (it only dumps core) and vice versa. ---------- messages: 4177 nosy: hasso priority: critical status: unread title: perl links itself against threading library _____________________________________________________ DragonFly issue tracker <[EMAIL PROTECTED]> <https://bugs.dragonflybsd.org/issue924> _____________________________________________________
