Bug 146005 - LD_LIBRARY_PATH setting in /usr/bin/firefox
Summary: LD_LIBRARY_PATH setting in /usr/bin/firefox
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Aillon
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-24 17:58 UTC by Kirill Kolyshkin
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version: 1.0.1-1.3.1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-28 03:55:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kirill Kolyshkin 2005-01-24 17:58:38 UTC
Description of problem:

Looking into /usr/bin/firefox, I have noticed the following code:

--- cut ---
##
## Set LD_LIBRARY_PATH
##
if [ "$LD_LIBRARY_PATH" ]
then
  LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins:$LD_LIBRARY_PATH
else
  LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN
fi

export LD_LIBRARY_PATH
--- cut ---

I think the line after the 'else' statement should look like following:
--- cut ---
  LD_LIBRARY_PATH=$MOZ_DIST_BIN:$MOZ_DIST_BIN/plugins
--- cut ---

E.g. /plugins is missing.

Version-Release number of selected component (if applicable):

$ rpm -qf /usr/bin/firefox
firefox-1.0-2.fc3

Comment 1 Christopher Aillon 2005-02-28 03:55:35 UTC
Fixed in firefox-1.0.1-1.3.1


Note You need to log in before you can comment on or make changes to this bug.