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 May 15th, 2004
nekkev
Guest
 
Posts: n/a
Default How to install LimeWire on Linux???

Can anyone help me to install LimeWire.bin from my desktop in Mandrake v10 w KDE?

Thanks alot

k
Reply With Quote
  #2 (permalink)  
Old May 16th, 2004
helper
Guest
 
Posts: n/a
Default

Ok, follow my instructions exactly.
Ready?

1) Click on it.

There, that was easy wasn't it!

Oh, if that doesn't work, install java. I assume since you are trying to install a java app(limewire), that you already have java installed.
Reply With Quote
  #3 (permalink)  
Old July 6th, 2004
hv7
Guest
 
Posts: n/a
Default noope

have java installed, set permissions to executable, still sits there like nothings going on when ya click on it, try another way to be a smartass
Reply With Quote
  #4 (permalink)  
Old July 8th, 2004
Apprentice
 
Join Date: July 7th, 2004
Posts: 7
Sarlok is flying high
Default

Open a console (in KDE, Konsole would suffice).

If you can, goto where the file's located - eg. cd ~/downloads/

Then type in
ls -l LimeWireLinux.bin

That should give you something like this (results may vary):

-rw------- 1 myname mygroup 6303174 Jul 7 22:29 LimeWireLinux.bin

If the first part that you see is exactly the same as what's shown (ie. -rw--------)
type in:

chmod +x LimeWireLinux.bin

exit, and then try running it.
Reply With Quote
  #5 (permalink)  
Old November 11th, 2004
Hollovoid
Guest
 
Posts: n/a
Default

I have java installed and set the path, and still get this... I have tried this on 2 diff machines on 3 diff distros "fedora core 3, mandrake and Debian" still get this error no matter what,,, cant possibly belive it is a bad install or download that many times... any suggestions

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...

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

Stack Trace:
java.lang.UnsatisfiedLinkError: /usr/java/j2re1.4.2_05/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 sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at com.zerog.ia.installer.Main.c(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
GUI-
Reply With Quote
  #6 (permalink)  
Old November 11th, 2004
sheds's Avatar
Apprentice
 
Join Date: November 10th, 2004
Location: Costa Rica
Posts: 7
sheds is flying high
Default

Quote:
chmod +x LimeWireLinux.bin
exit, and then try running it.
What's the +x in the chmod command? What does it do?
Reply With Quote
  #7 (permalink)  
Old November 12th, 2004
Moderator
 
Join Date: May 16th, 2003
Posts: 1,118
trap_jaw4 is flying high
Default

it sets the executable bit.
Reply With Quote
  #8 (permalink)  
Old December 9th, 2004
Apprentice
 
Join Date: December 9th, 2004
Location: Toronto, Canada
Posts: 6
xboxrulz is flying high
Default

if LimeWire doesn't launch Java bcause it can't find it but you know u installed it, check this:

if you installed it thru RPM it should be in the /usr/java/[JAVA VERSION]/bin folder.

Add it into LimeWire.bin using Kate or vi.

Code:
#!/bin/sh

PATH=$PATH:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/java/jre1.5.0/bin
If you installed it just usin the bin file, you might need to do some searching.
but just follow the same instructions.

xboxrulz
Reply With Quote
  #9 (permalink)  
Old December 10th, 2004
Disciple
 
Join Date: December 7th, 2004
Posts: 14
burningodzilla is flying high
Default

Obviously its finding java as it's throwing an exception; and apparently limewire installed correctly. It's bombing b/c its not finding the shared library libXp.so, which is part of X windows (at least its part of x.org). It maybe you have an outdated mdk install, x install, etc. You may try mdk suppport, whatever form that comes in.

Just for further clarification i ran ldd on the complaining file on 2 machines, one is a headless/X-less server at work (slackware 9.1), the other my box at home (slackware 10.0).

[work server]
burn@thorpeserver:burn$ ldd /usr/lib/java/jre/lib/i386/libawt.so
libmlib_image.so => not found
libjvm.so => not found
libXp.so.6 => not found
libXt.so.6 => not found
libXext.so.6 => not found
libXtst.so.6 => not found
libX11.so.6 => not found
libm.so.6 => /lib/libm.so.6 (0x40314000)
libdl.so.2 => /lib/libdl.so.2 (0x40337000)
libjava.so => not found
libc.so.6 => /lib/libc.so.6 (0x4033a000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

[home box]
libmlib_image.so => not found
libjvm.so => not found
libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x4031d000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40325000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40377000)
libXtst.so.6 => /usr/X11R6/lib/libXtst.so.6 (0x40385000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4038a000)
libm.so.6 => /lib/libm.so.6 (0x40452000)
libdl.so.2 => /lib/libdl.so.2 (0x40474000)
libjava.so => not found
libc.so.6 => /lib/libc.so.6 (0x40478000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x405a7000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x405b0000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

As you can see libXp.so is not found on the server without x windows. The fact that you have x installed suggests some other wierdness...
Reply With Quote
  #10 (permalink)  
Old December 10th, 2004
Disciple
 
Join Date: December 7th, 2004
Posts: 14
burningodzilla is flying high
Default

In a different thread I suggested using the tar ball instread of the installer. Check this thread:
http://www.gnutellaforums.com/showth...threadid=30925

A note to limewire mods/developers: I think I have seen at least a couple of users posting errors from the installer like this:

tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
LimeWireLinux.bin: line 326: [: `)' expected, found -z

I don't know much about the installer other than that it's built using zerog and that the executable archive chokes because it apparently expects a tail argument that doesnt exist (at least on some systems), and b/c of some shell syntax error. I also dont know if zerog uses the makeself script (http://www.megastep.org/makeself/) to generate the executable archives, but if so then there may be a bug in that.
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
Install LimeWire on SUSE Linux 9.1 calabruy General Linux Support 2 January 19th, 2005 04:44 PM
install problems with YellowDog Linux & Limewire craigdolson General Linux Support 1 October 19th, 2003 01:13 AM
Limewire install problems in linux mandrake 9 intruser General Linux Support 7 February 23rd, 2003 08:56 AM
LimeWire Linux Install problems David Pye General Linux Support 1 March 29th, 2001 07:58 PM


All times are GMT -7. The time now is 08:18 PM.


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.