LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-18-2005, 08:18 PM   #1
trey31357
Member
 
Registered: Apr 2005
Location: Birmingham, AL
Distribution: Win XP Pro / Slackware 10.1 dual-boot
Posts: 83

Rep: Reputation: 15
LimeWire


So, earlier I got LimeWire to install on Fedora Core 3, using yum to download the dependencies. Now I would like to get this program installed on Slackware. I unzipped the files, and read the readme, which offered nothing to me. I have a new enough version of java, I checked via instruction of the readme. It gives no specific installation instructions - however, ./configure won't work....the only thing the readme says is to type sh ./runLime.sh to run the program, which I did, and it seems to just sit a while on the loadup screen and not load.

Does anyone use LimeWire under Slack, and might could help me?

Thanks.
 
Old 05-18-2005, 08:21 PM   #2
trey31357
Member
 
Registered: Apr 2005
Location: Birmingham, AL
Distribution: Win XP Pro / Slackware 10.1 dual-boot
Posts: 83

Original Poster
Rep: Reputation: 15
An additional note, here is the terminal output from me trying to get this thing working:

sh-3.00$ unzip LimeWireOther.zip
Archive: LimeWireOther.zip
creating: LimeWire/
inflating: LimeWire/clink.jar
inflating: LimeWire/commons-httpclient.jar
inflating: LimeWire/commons-logging.jar
inflating: LimeWire/COPYING
extracting: LimeWire/cygwin.bat
inflating: LimeWire/cygwin.ico
inflating: LimeWire/daap.jar
inflating: LimeWire/data.ser
extracting: LimeWire/donotremove.htm
inflating: LimeWire/GenericWindowsUtils.dll
inflating: LimeWire/hashes
inflating: LimeWire/i18n.jar
inflating: LimeWire/icu4j.jar
inflating: LimeWire/id3v2.jar
inflating: LimeWire/jcraft.jar
inflating: LimeWire/jdic.jar
inflating: LimeWire/jl011.jar
inflating: LimeWire/jmdns.jar
inflating: LimeWire/libIdleTime.so
inflating: LimeWire/libtray.so
inflating: LimeWire/LimeWire.exe
inflating: LimeWire/LimeWire.ico
inflating: LimeWire/LimeWire.jar
inflating: LimeWire/LimeWire20.dll
inflating: LimeWire/log4j.jar
inflating: LimeWire/logicrypto.jar
inflating: LimeWire/looks.jar
inflating: LimeWire/MessagesBundle.properties
inflating: LimeWire/MessagesBundles.jar
inflating: LimeWire/mp3sp14.jar
inflating: LimeWire/pmf.ico
inflating: LimeWire/ProgressTabs.jar
inflating: LimeWire/README.txt
creating: LimeWire/root/
creating: LimeWire/root/magnet10/
inflating: LimeWire/root/magnet10/badge.img
inflating: LimeWire/root/magnet10/canHandle.img
extracting: LimeWire/root/magnet10/limewire.gif
inflating: LimeWire/root/magnet10/options.js
inflating: LimeWire/root/magnet10/silentdetect.js
inflating: LimeWire/runLime.sh
inflating: LimeWire/SOURCE
inflating: LimeWire/spacer.gif
inflating: LimeWire/themes.jar
inflating: LimeWire/tritonus.jar
inflating: LimeWire/update.ver
inflating: LimeWire/vorbis.jar
inflating: LimeWire/WindowsV5PlusUtils.dll
inflating: LimeWire/xerces.jar
inflating: LimeWire/xml-apis.jar
inflating: LimeWire/xml.war
sh-3.00$ cd /home/Trey/programs/LimeWire
sh-3.00$ java -version
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
sh-3.00$ ./configure
sh: ./configure: No such file or directory
sh-3.00$ ./limewire
sh: ./limewire: No such file or directory
sh-3.00$ sh ./runLime.sh
Starting LimeWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.5.0_01]
Configuring environment...
Loading LimeWire:

And here is the meat of the Readme....

LimeWire is tested against Sun's Java Runtime Environment's and may not
work with other JREs. To determine what kind of JRE you are using, type

java -version

You must place Sun's JRE in the path prior to launching LimeWire.

If you are using this from the LimeWireOther.zip file, you can launch
LimeWire by typing:

sh ./runLime.sh

Thanks for any suggestions.
 
Old 05-18-2005, 08:28 PM   #3
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Look behind that spalsh screen that just "sit's there". It's waiting on you for initial setup information...
 
Old 05-18-2005, 08:31 PM   #4
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
It seems that Limeware comes already compiled, in Java that's normal since code and compiled code is (mostly) the same on all platforms.
As that seems to be the case, you should just unzip it where you want it to be and run as stated in the readme.
I would suggest you to check if there's more output, some "debug" flag there to see what happens that it's not launching ok. You might want to try upgrading the Java Runtime Enviroment (JRE) since there were some fixes for Linux in 1.5.0_02 and 1.5.0_03 versions.
 
Old 05-18-2005, 08:54 PM   #5
trey31357
Member
 
Registered: Apr 2005
Location: Birmingham, AL
Distribution: Win XP Pro / Slackware 10.1 dual-boot
Posts: 83

Original Poster
Rep: Reputation: 15
Thanks, jong357, I'm just a goof, halfway through the setup, the splash screen disappeared and I got everything up and running fine. Thanks.
 
Old 05-18-2005, 08:58 PM   #6
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Quote:
Originally posted by trey31357
Thanks, jong357, I'm just a goof, halfway through the setup, the splash screen disappeared and I got everything up and running fine. Thanks.
Right... I knew exactally what was going on. I've done it myself. Limewire REALLY needs to fix that.

When you execute limewire for the first time, you first see the splash screen come up and that little bar loading at the bottom but it stops half-way thru. Theres another window that pops up waiting for you to answer where you want the default save directories, et.all. The thing is, the splash screen keeps focus and won't relinquish it. So the window thats waiting on input is hidden behind the splash screen. Really assinine...

So... You just end up sitting there staring at your screen saying "what the **** is going on?!"

also, for the sake of being neat, you should cut that LimeWire folder and paste it in /usr/lib

Then put this into a text file and paste it into /usr/bin.... Name it "limewire"
Code:
#!/bin/bash
cd /usr/lib/LimeWire
sh runLime.sh
Then
Code:
chmod 755 /usr/bin/limewire
Just being anal and at the same time, you can just type "limewire" at a terminal...

Last edited by jong357; 05-18-2005 at 09:04 PM.
 
Old 05-19-2005, 03:06 AM   #7
trey31357
Member
 
Registered: Apr 2005
Location: Birmingham, AL
Distribution: Win XP Pro / Slackware 10.1 dual-boot
Posts: 83

Original Poster
Rep: Reputation: 15
Hmmm, since I cut and pasted the folder to /usr/lib and created the shell script, LimeWire won't run, can't seem to find Java.

root@host:/home/Trey# chmod 755 /usr/bin/limewire
root@host:/home/Trey# limewire
Starting LimeWire...
Java exec not found in PATH, starting auto-search...
ls: /usr/java: No such file or directory
OOPS, unable to locate java exec in /usr/java/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
root@host:/home/Trey# cd /usr/lib/LimeWire
root@host:/usr/lib/LimeWire# sh runLime.sh
Starting LimeWire...
Java exec not found in PATH, starting auto-search...
ls: /usr/java: No such file or directory
OOPS, unable to locate java exec in /usr/java/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com

The script is in /usr/bin, and the LimeWire folder is in /usr/lib. Should I just move everything back?
 
Old 05-19-2005, 09:02 AM   #8
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Funny... Sorry bout that.. I guess so.. I don't see why It would do that. If you have Slackware's Java installed, it's already a part of your path..

Code:
[root@jaguar ~] echo $PATH
/usr/local/sbin:/usr/sbin:/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/opt/kde/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/qt/bin:/usr/share/texmf/bin
Code:
[root@jaguar ~] echo $JAVA_HOME
/usr/lib/java
Granted, I'm not using Slackware, but I modeled it after Slack. Everything is set up like Slack is anyway..


If you installed java (from sun) on your own this is likely whats going on... That still doesn't explain why it worked before but now it doesn't.. If you did install the java from Slackware, then I can't readily explain what's happening... I've also never used the limewire.zip package... Sounds like it's slightly different than what I normally use.

You can either just put it back where it was or mess with it somemore... Find out where your java is installed. If you have a /usr/lib/java, sounds like you could just:

Code:
ln -sf /usr/lib/java /usr/java

Last edited by jong357; 05-19-2005 at 09:06 AM.
 
Old 05-19-2005, 11:38 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I installed jdk 1.5, downloaded the LimeWire rpm, converted it to a tgz using rpm2tgz and then installed using installpkg. It works fine, so you may want to try that.
 
Old 05-19-2005, 03:33 PM   #10
nukey
Member
 
Registered: Dec 2004
Location: Netherlands
Distribution: Slackware
Posts: 173

Rep: Reputation: 30
Or you could just download the precompiled slackware-package from linuxpackages.net

http://www.linuxpackages.net/search_...=limewire&ver=

and you can just:

installpkg limewire-4.2.5-noarch-1burn.tgz
 
Old 05-19-2005, 05:50 PM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Thats even easier.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Limewire toolapc22 Linux - Newbie 1 07-07-2005 12:56 AM
nobody on limewire? Cookie Linux - General 3 09-27-2003 11:13 AM
LimeWire Franklymac476 Linux - Software 8 03-16-2003 07:31 PM
limewire kafnir Linux - Software 1 11-22-2002 04:27 AM
Limewire?? AquamaN Linux - Software 2 10-07-2002 05:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration