Bug 106612 - /usr/bin/eclipse script points to the wrong library.
Summary: /usr/bin/eclipse script points to the wrong library.
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2005-08-10 08:03 EDT by Jeff Hoffman CLA
Modified: 2006-03-23 11:13 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Hoffman CLA 2005-08-10 08:03:45 EDT
Original file contains XPCOM as follows:
XPCOM=$(ls -t /usr/lib/{mozilla,firefox}-*/libxpcom.so|head -n1)

Needs to change to:

XPCOM=$(ls -t /usr/lib64/{mozilla,firefox}-*/libxpcom.so|head -n1)

Note the 64.
Comment 1 Jeff Hoffman CLA 2005-08-10 08:06:09 EDT
Running on an Anthlon AMD64 system.
Comment 2 Pascal Rapicault CLA 2005-08-10 09:26:05 EDT
Which file are you talking about?
Comment 3 Jeff Hoffman CLA 2005-08-12 08:38:50 EDT
(In reply to comment #2)
> Which file are you talking about?

The file is /usr/bin/eclipse script 



Original file contains XPCOM as follows:
XPCOM=$(ls -t /usr/lib/{mozilla,firefox}-*/libxpcom.so|head -n1)

Needs to change to:

XPCOM=$(ls -t /usr/lib64/{mozilla,firefox}-*/libxpcom.so|head -n1)

Note the 64.

Comment 4 Pascal Rapicault CLA 2005-08-15 16:18:16 EDT
Jeff, this file does not look familiar at all to us.
Please be more specific as to where I can find the file and where you obtained
the archive.
Comment 5 Pascal Rapicault CLA 2006-03-23 11:13:05 EST
Please reopen with requested data.