Project

General

Profile

Actions

Bug #924

closed

perl links itself against threading library

Added by hasso almost 17 years ago. Updated almost 17 years ago.

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.

Actions

Also available in: Atom PDF