 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

9th March 2005, 05:38 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 60

|
|
|
|

9th March 2005, 05:40 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 60

|
|
|
ok ... i found the bin file ... and on attempting to install it i got this error
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
LimeWireLinux.bin: line 326: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.
|

9th March 2005, 05:41 PM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Boston, MA (USA)
Posts: 474

|
|
|
This must have just changed... If you look at their existing "User Guide' for Linux it says "Linux - Open a shell and cd (change directory) to the directory where you downloaded the installer. At the prompt type: sh ./LimeWireLinux.bin" No talk of an RPM. Maybe it was changed in this version. In the past it was always a .bin
Sorry
Quella
__________________
"The eyes of the LORD are in every place, Watching the evil and the good." Proverbs 15:3
|

9th March 2005, 05:43 PM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Boston, MA (USA)
Posts: 474

|
|
|
What are you installing as? 'root' user? And at whatever directory you are in, what if you type 'java', do you get an error?
Quella
__________________
"The eyes of the LORD are in every place, Watching the evil and the good." Proverbs 15:3
|

9th March 2005, 05:43 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 60

|
|
|
ok well i found a bin file ... but how do i change the PATH or whatever for JAVA
|

9th March 2005, 05:47 PM
|
 |
Registered User
|
|
Join Date: May 2004
Location: Boston, MA (USA)
Posts: 474

|
|
|
__________________
"The eyes of the LORD are in every place, Watching the evil and the good." Proverbs 15:3
|

12th March 2005, 05:13 PM
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Bellingham,Wa
Age: 50
Posts: 83

|
|
|
limewire
Hope this helps you. I just downloaded limewire 4.8.1 think and using firefox and a gnome desktop when i clicked on the linux rpm for limewire it asked me if i wanted to save to disk or open with application manager I think that was it . So i went open with route and it downloads and asks me for my password and proceed to install. I then went to applications/internet and there was limewire launched the program and am downloading music now.
gl yr fedora friend,
tb aka fibster
|

12th March 2005, 07:59 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: Big Apple
Posts: 27

|
|
|
Greetings,
we started offering an rpm installer lately. Version 4.8.1 includes automatic discovery of the java path so that the user will not have to worry about it anymore. The next version (ETA ~2 weeks) will include systray support for linux and mandrake menus.
|

27th March 2005, 11:34 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 60

|
|
|
ok ... well i got my limewire working at home ... and i can't remember how i did it ... and i'm setting up my fathers computer with linux ... installed sun java ... and limewire sucessfully and when i go to launch it i get this message in the console
Starting LimeWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2_06]
Configuring environment...
Loading LimeWire:
java.lang.UnsatisfiedLinkError: /usr/lib/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Unknown Source)
at java.awt.Toolkit.<clinit>(Unknown Source)
at com.limegroup.gnutella.gui.Main.showInitialSplash( Main.java:52)
at com.limegroup.gnutella.gui.Main.main(Main.java:26)
************************************************** ****************
Something went wrong with LimeWire.
Maybe you're using the wrong version of Java?
(LimeWire is tested against and works best with with Sun's JRE, Java 1.4+)
The version of Java in your PATH is:
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
|

28th March 2005, 01:10 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 145

|
|
|
Hi,
You need to install xorg-x11-deprecated-libs.
It contains libXp.so.6.
|

28th March 2005, 02:34 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: Big Apple
Posts: 27

|
|
@Icablob :
also please try with the latest java (1.5.0_02) from http://www.java.com
The problem you're describing seems to happen only on 1.4.2, and LimeWire looks much better with the new java anyways
|

28th March 2005, 04:47 AM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423

|
|
|
In order to get JRE 1.4.2_0x to work, you need to install the xorg-x11-deprecated-libs package.
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
|

28th March 2005, 05:24 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Location: B.C. Canada
Age: 32
Posts: 59

|
|
Do you have the PATH to java in your .bash_profile
mine looks like this, yours should be similar I think,
Code:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
JAVA_HOME=/usr/java/jre1.5.0_02
PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
export PATH JAVA_HOME
unset USERNAME
The profile is in your /home/<username>/ directory as a hidden file.
The JAVA_HOME line and "JAVA_HOME" in the exprt line aren't nescessary if you put
PATH=$PATH:$HOME/bin:/user/java/bin
as the path line instead, but some java programs look for JAVA_HOME, so the first way might save you some future editing. (Or so I've heard.)
Quote:
|
Originally Posted by Quella
Limewire should have given you a .bin file (installer file) for this application. I have not seen them provide any .rpm files. Are you sure you got this from the Limewire site? Did you select to download the Linux Installer (.bin) file? If not, I would give this a try.
Quella
|
For their newest version, they switched to RPMs
Last edited by Truthfatal; 28th March 2005 at 05:35 AM.
|

28th March 2005, 08:20 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
This how-to was created a while back and it also addresses the issue involved in this thread.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Limewire
|
ricanelite |
Using Fedora |
12 |
12th May 2006 03:05 PM |
|
Limewire
|
Nashy |
Using Fedora |
17 |
30th March 2005 05:13 AM |
|
LimeWire
|
Ebin |
Using Fedora |
8 |
21st March 2005 07:52 PM |
|
Limewire .RPM
|
carlwill |
Using Fedora |
12 |
14th March 2005 04:06 AM |
|
LimeWire P2P
|
carlwill |
Using Fedora |
30 |
7th January 2005 04:33 AM |
Current GMT-time: 18:36 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|