LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing limewire (https://www.linuxquestions.org/questions/linux-software-2/installing-limewire-373385/)

darkmasterxx 10-15-2005 02:26 PM

installing limewire
 
I have Im currently using CollegeLinux, and I want to install Limewire, but I dont know how to install rpm files. Anyone have any idea how to or is it possible?

cb951303 10-15-2005 02:36 PM

you should learn how to use manual and doc pages, and also try searching a little bit

anyway
Code:

rpm -i limewire.rpm

darkmasterxx 10-15-2005 03:25 PM

When I do that this is what happens:


Code:

error: failed dependencies:
        /bin/bash  is needed by LimeWire-free-4.9.23-0
        /bin/sh  is needed by LimeWire-free-4.9.23-0
        j2re >= 1.4.1 is needed by LimeWire-free-4.9.23-0
        libX11.so.6  is needed by LimeWire-free-4.9.23-0
        libXt.so.6  is needed by LimeWire-free-4.9.23-0
        libc.so.6  is needed by LimeWire-free-4.9.23-0
        libc.so.6(GLIBC_2.0)  is needed by LimeWire-free-4.9.23-0
        libc.so.6(GLIBC_2.1.3)  is needed by LimeWire-free-4.9.23-0
        libdl.so.2  is needed by LimeWire-free-4.9.23-0
        libdl.so.2(GLIBC_2.0)  is needed by LimeWire-free-4.9.23-0
        libdl.so.2(GLIBC_2.1)  is needed by LimeWire-free-4.9.23-0
        libpthread.so.0  is needed by LimeWire-free-4.9.23-0
        librt.so.1  is needed by LimeWire-free-4.9.23-0

That is all that it does. Am I doing something wrong?

mrcheeks 10-15-2005 03:41 PM

download the tgz package of limewire(limewire for other platforms)
- unpack the archive with your archive software
- create a shorcut on your desktop to point to the runlime.sh file located in the limewire directory.

darkmasterxx 10-15-2005 04:14 PM

The other platform option is a zip file, not a tgz package.

mrcheeks 10-15-2005 04:16 PM

so go for the zip file :-)

darkmasterxx 10-15-2005 06:40 PM

I installed a later version of java, then I tried installing limewire again. When I run the runLime.sh file, I get this.
Code:

Starting LimeWire...
Java exec not found in PATH, starting auto-search...
Java exec found in  /usr/lib/jre1.5.0_05/bin/
Suitable java version found  [/usr/lib/jre1.5.0_05/bin/java = 1.5.0_05]
Configuring environment...
Loading LimeWire:
java.lang.UnsatisfiedLinkError: /usr/lib/jre1.5.0_05/lib/i386/xawt/libmawt.so: libXext.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.load0(Unknown Source)
        at java.lang.System.load(Unknown Source)
        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:67)
        at com.limegroup.gnutella.gui.Main.main(Main.java:39)

******************************************************************
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:
./runLime.sh: line 117: java: command not found

I have the latest version of java, so what the heck could be wrong?

BBB 10-15-2005 06:52 PM

My experience is that you have to set some enviroment variabels or simply reboot once. And about rpm and .tgz files: in slackware you can convert rpm to tgz with rpm2tgz <your_rpm>. "alien" should also be able to
do this, try "man alien" for more info.

mrcheeks 10-15-2005 07:22 PM

it is more likely to be a xfree/xorg version problem

darkmasterxx 10-15-2005 09:08 PM

I got it!! Thanks for all your help Mr cheeks and BBB, you both helped me a lot. But yea, I had to reboot once, then I ran the runLime.sh file again and it started up!! :D:D

Featherlinuxguy 10-19-2005 09:31 PM

hell alright that helped some but im running feather its a live cd version

now.......i can download limewire in the rpm
when i rpm -i limewire.rpm it says

bash: rpm: command not found

can you help me too?

BBB 10-20-2005 12:01 PM

On the feather homepage is sez that its based on Knoppix which is based on Debian.
Debian doesn't use RPM (RedHatpackageManager) files, it uses .deb 's .
You need to convert the rpm package to .deb.
If you have alien then it should do the trick:

http://www.die.net/doc/linux/man/man1/alien.1.html

If you don't got Alien then you need to install it. Since you are running a Debian based
distro you could use APT or some graphical frontend to get it. But since im not using
Debian I can't help you with that.


All times are GMT -5. The time now is 09:08 PM.