Closed
Bug 276884
Opened 20 years ago
Closed 19 years ago
installation failed: firefox-bin: relocation error: /usr/lib/libXft.so.2
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: doom, Assigned: chase)
Details
(1) Downloaded the firefox 1.0 tarball (firefox-1.0.installer.tar.gz) to a user directory: /home/doom/End/Slot/Mozilla (2) Unpacked it and ran the installer as root: /home/doom/End/Slot/Mozilla/firefox-installer/firefox-installer (3) Inside the GUI, changed the installation location to: /usr/local/bin/firefox (4) It asked me if I wanted to delete the existing installation in that location, and I said yes. After a number of warning messages (appended below) the istaller dies with a relocation error (and subsequent attempts at running firefox die in the same way): firefox-bin: relocation error: /usr/lib/libXft.so.2: undefined symbol: FT_Set_Hint_Flags This is on an old RedHat 8.0 box, somewhat patched and hacked. The kernel version is 2.4.20. Let me know if you'd like more information. Messages from the installation shell are appended here: [root@crack firefox]# /home/doom/End/Slot/Mozilla/firefox-installer/firefox-installer ** (firefox-installer-bin:28770): WARNING **: Invalid UTF8 string passed to pango_layout_set_text() ** (firefox-installer-bin:28770): WARNING **: Invalid UTF8 string passed to pango_layout_set_text() ** (firefox-installer-bin:28770): WARNING **: Invalid UTF8 string passed to pango_layout_set_text() ** (firefox-installer-bin:28770): WARNING **: Invalid UTF8 string passed to pango_layout_set_text() [root@crack firefox]# *** nsExtensionManager::_disableObsoleteExtensions - failure, catching exception so finalize window can close *** loading the extensions datasource *** loading the extensions datasource /usr/local/bin/firefox/firefox-bin: relocation error: /usr/lib/libXft.so.2: undefined symbol: FT_Set_Hint_Flags [root@crack firefox]# pwd /usr/local/bin/firefox [root@crack firefox]# ./firefox & [1] 28811 [root@crack firefox]# ./firefox-bin: relocation error: /usr/lib/libXft.so.2: undefined symbol: FT_Set_Hint_Flags [1]+ Exit 127 ./firefox [root@crack firefox]#
Comment 1•20 years ago
|
||
What glibc version are you using?
Comment 2•20 years ago
|
||
firefox binaries from releases are linked against Red Hat 9-ish binaries, so it's unlikely you'll get it working with Red Hat 8.0 not installer (it ran fine)
Assignee: bugs → chase
Component: Installer → Build Config
QA Contact: bugzilla → bryner
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•