DragonFly bugs List (threaded) for 2008-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue924] perl links itself against threading library
New submission from Hasso Tepper <hasso@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@lists.dragonflybsd.org>
<https://bugs.dragonflybsd.org/issue924>
_____________________________________________________
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]