Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 8th, 2001
Unregistered
Guest
 
Posts: n/a
Question Linux Install

How do I install LimeWire in Linux?

Tried sh ./LimeWireLinux.bin

Preparing to install...
The included VM could not be extracted. Please try to download
the installer again and make sure that you download using 'binary'
mode. Please do not attempt to install this currently downloaded copy.

Please Help Me!
Reply With Quote
  #2 (permalink)  
Old July 8th, 2001
Gnutella Muse
 
Join Date: February 17th, 2001
Posts: 207
gbildson is flying high
Default

Your linux system doesn't have the compress command installed. It is called something like ucompress or uncompress. Get that and it will work.

-greg
Reply With Quote
  #3 (permalink)  
Old July 8th, 2001
Unregistered
Guest
 
Posts: n/a
Question Ucompress , Uncompress

Can't find any of these (ucompress, uncompress). Anyone who knows were to find them and how to install them?
Reply With Quote
  #4 (permalink)  
Old July 8th, 2001
Unregistered
Guest
 
Posts: n/a
Question

After I installed uncompress I get this message :
sh ./LimeWireLinux.bin

SIGSEGV received at bffff31c in /tmp/install.dir.5735/Linux/resource/jre/lib/linux/native_threads/libjava.so. Processing terminated
Writing stack trace to javacore6813.txt ... OK
./LimeWireLinux.bin: line 1: 6813 Segmenteringsfel /tmp/install.dir.5735/Linux/resource/jre/bin/jre -Djava.compiler= -noverify -cp "::/tmp/install.dir.5735/InstallerData:/tmp/install.dir.5735/InstallerData/installer.zip" com.zerog.lax.LAX "/tmp/install.dir.5735/temp.lax" /tmp/env.properties.5735
Reply With Quote
  #5 (permalink)  
Old July 8th, 2001
Unregistered
Guest
 
Posts: n/a
Default I had the same problem, now I've got a new one...

I've got the LimeWireLinux 1.4 .bin in my home dir.
I use Mandrake Linux 8.0, so I popped the CD in and installed the ncompress rpm (easy to do, mandrake even has a GUI for these sorts of things now).

But now, every time I run the bin, I get a long error message, and occasionally my entire system will lock up (which is very unusual for Linux)

It goes like this:

[user@name dir]$ ./LimeWireLinux.bin
Preparing to install...
SIGSEGV received at bffff31c in /tmp/install.dir.1441/Linux/resource/jre/lib/linux/native_threads/libjava.so Processing terminated
Writing stack trace to javacore2519.txt ... OK
./LimeWireLinux.bin: line 1: 2519 Segmentation fault /tmp/install.dir.1441/Linux/resource/jre/bin/jre -Djava.compiler= -noverify -cp "::/tmp/install.dir.1441/InstallerData:/tmp/install.dir.1441/InstallerData/installer.zip" com.zerog.lax.LAX "/tmp/install.dir.1441/temp.lax" /tmp/env.properties.1441


Then I get either a new prompt, or my linux system crashes, neither of which is good.
Reply With Quote
  #6 (permalink)  
Old July 8th, 2001
Gnutella Muse
 
Join Date: February 17th, 2001
Posts: 207
gbildson is flying high
Default

I'm pretty sure that this is the problem with the new linux kernel. When they rolled the latest linux kernel out, older Java versions didn't work with it. I think that this one will:

http://java.sun.com/j2se/1.3/jre/download-linux.html

-greg
Reply With Quote
  #7 (permalink)  
Old July 8th, 2001
Unregistered
Guest
 
Posts: n/a
Default That tends to bring up another problem...

I tried throwing up a java install of Limewire a few days ago, and in the process tried to d/l and install jre1.3 from Sun, but installing a new version of java such that the old one is replaced seems nightmarish due to the distro differences. The .bin will install fine wherever I tell it to, and will work from it's installed location, the problem is the o/s doesn't know that new version is there.

So, my question is, Sun displays a "Red Hat RPM" version, and I was tempted to download that as RPM's eliminate this problem. Don't RPM's essentially work no matter what distro you throw them on? Must I download the straight .bin install and tinker with environment variables until I replace the old java?
Reply With Quote
  #8 (permalink)  
Old July 8th, 2001
Unregistered
Guest
 
Posts: n/a
Default update on the situation...

I downloaded jre 1.3 AGAIN... installed it AGAIN to /usr/local/jre1.3.1/ This time I noticed the "control panel" application it comes with, and found an option in there that could be set to point to the new version at the location I just installed.

No go, any 'java -version' command at a $ prompt gives the old version. I've no clue how to ensure that Linux knows there's a new version of Java installed, there is no HOWTO on this and Sun's website is completely inadequate (it doesn't tell you more than "execute the bin", well DUH).

What's needed are specific instructions as to how to replace one's old version of Java on various distributions. Does anyone have ANY idea how to do this? It's quite annoying to not be able to use software over such simple impasses.
Reply With Quote
  #9 (permalink)  
Old July 8th, 2001
Gnutella Muse
 
Join Date: February 17th, 2001
Posts: 207
gbildson is flying high
Default

If you want to ensure that any version of a command is accessed from the command line then you make sure that the path to it occurs first in your PATH environment variable.

You have some kind of .profile (.bash_profile, .login, .kshrc, or whatever) in your login directory where you could specify this. You may need to set JAVA_HOME as well. i.e.
JAVA_HOME=/usr/local/jre1.3.1
PATH=$JAVA_HOME/bin:$PATH
export PATH JAVA_HOME
This depends on what shell you are using - likely bash (man bash)

-greg
Reply With Quote
  #10 (permalink)  
Old July 8th, 2001
Unregistered
Guest
 
Posts: n/a
Default Still not working

Greg, thanks for all the help. I managed to get the path updated, and the correct version number appears when I do a java -version...(thanks for the instruction on that too, always good to know where to go to manipulate environment variables) however I'm still getting that message above (the long one that was causing system lockups). I've tried it as root, as a user, from console/terminal, etc.. nothing seems to work.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you install limewire with Linux Debian? Col.Havoc General Linux Support 2 January 6th, 2010 01:19 PM
How to install LW 4.4.x from .zip on Linux ? kemro General Linux Support 3 March 13th, 2005 02:39 PM
How to install LimeWire on Linux??? nekkev General Linux Support 13 January 3rd, 2005 11:53 AM
Install on Suse Linux 7.1 oicu812 General Linux Support 8 August 8th, 2001 08:00 AM
Linux Install Hangs Unregistered General Linux Support 2 July 10th, 2001 08:58 AM


All times are GMT -7. The time now is 11:15 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.