Closed
Bug 276621
Opened 21 years ago
Closed 19 years ago
won't install on RedHat 9.0
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: rickhill, Unassigned)
Details
DLError: /tmp/xpi.C2afDl/bin/libxpistub.so: undefined symbol:
_ZN12nsCharTraitsItE12sEmptyBufferE
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 246173 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Comment 2•21 years ago
|
||
not bug 246173. nsCharTraits::sEmptyBuffer should be found in libxpcom_core.so
if you go into the "xpi" subdirectory from the installer, there should be
"xpcom.xpi".
% unzip xpcom.xpi
% cd bin
% nm -D libxpistub.so | grep sEmptyBuffer
U _ZN12nsCharTraitsItE12sEmptyBufferE
% nm -D libxpcom_core.so | grep sEmptyBuffer
000d611c D _ZN12nsCharTraitsIcE12sEmptyBufferE
000d6120 D _ZN12nsCharTraitsItE12sEmptyBufferE
do you get something different?
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Updated•20 years ago
|
Assignee: bugs → nobody
QA Contact: bugzilla → installer
Version: 1.0 Branch → unspecified
Comment 3•19 years ago
|
||
-> incomplete since no feedback to comment #2
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 19 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•