[issue924] perl links itself against threading library

Hasso Tepper sinknull at crater.dragonflybsd.org
Sun Jan 20 06:32:34 PST 2008


New submission from Hasso Tepper <hasso at estpak.ee>:

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 <bugs at lists.dragonflybsd.org>
<https://bugs.dragonflybsd.org/issue924>
_____________________________________________________





More information about the Bugs mailing list