[bug-notifications] [ggettextrt 0003706]: libintl
Mantis Bug Tracker
noreply at opencsw.org
Mon Mar 7 03:42:15 CET 2011
The following issue has been ASSIGNED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=3706
======================================================================
Reported By: hson
Assigned To: bwalton
======================================================================
Project: ggettextrt
Issue ID: 3706
Category: upgrade
Reproducibility: always
Severity: crash
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2009-06-08 11:09 CEST
Last Modified: 2011-03-07 03:42 CET
======================================================================
Summary: libintl
Description:
After upgrading a bunch of CSW-packages binaries linked to libintl starts
to crash due to a nonexistant symbol
fatal: relocation error: file /opt/csw/lib/libintl.so.8: symbol
libiconv_set_relocation_prefix: referenced symbol not found
======================================================================
----------------------------------------------------------------------
(0006283) harpchad (developer) - 2009-06-08 22:59
https://www.opencsw.org/mantis/view.php?id=3706#c6283
----------------------------------------------------------------------
Which version of libintl are the failing applications linked against?
There are currently three active shared libraries, only libintl.so.8
provides libiconv_set_relocation_prefix:
$ nm libintl.so.2 | grep libiconv_set_relocation_prefix
$ nm libintl.so.3 | grep libiconv_set_relocation_prefix
$ nm libintl.so.8 | grep libiconv_set_relocation_prefix
[186] | 0| 0|FUNC |GLOB |0 |UNDEF
|libiconv_set_relocation_prefix
Can you provide a specific test case so I can replicate the problem?
(Application, use case, etc)
More information about the bug-notifications
mailing list