Actions
Bug #924
closedperl links itself against threading library
Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
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.
Updated by wa1ter almost 17 years ago
Hi Hasso,
I think several of us discovered this at the same time. This is the same
as issue921, for which Simon just committed a fix. I'm building now :o)
Actions