Project

General

Profile

Actions

Bug #924

closed

perl links itself against threading library

Added by hasso about 16 years ago. Updated about 16 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 #1

Updated by wa1ter about 16 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 #2

Updated by hasso about 16 years ago

Yep, that was it.

Actions

Also available in: Atom PDF