|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
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.) |
| LinkBack | Thread Tools | Display Modes |
| |||
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. |
| |||
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- |
| |||
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 but just follow the same instructions. xboxrulz |
| |||
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... |
| |||
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. |
| |
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 02:19 PM |
Install LimeWire on SUSE Linux 9.1 | calabruy | General Linux Support | 2 | January 19th, 2005 05:44 PM |
install problems with YellowDog Linux & Limewire | craigdolson | General Linux Support | 1 | October 19th, 2003 02:13 AM |
Limewire install problems in linux mandrake 9 | intruser | General Linux Support | 7 | February 23rd, 2003 09:56 AM |
LimeWire Linux Install problems | David Pye | General Linux Support | 1 | March 29th, 2001 08:58 PM |