Solution to all Install problems? Thanks for the posted Info, it has gotten me a stage further than I was before! however..... I am having more problems... It may be something to do with my Java, I dont know. I have pasted the Terminal session below, can you see if you can throw any light on it? I have only been using Linux for just over 6 weeks now, and my knowledge is a little bit limited, to say the least! FYI, i am running on Mandrake 9.2, AMD K6 processor, with 392MB RAM
Thanks, JRH
Terminal Paste:
[root@localhost java]# vi .bash_profile
[root@localhost java]# source .bash_profile
[root@localhost java]# rpm -e kaffe --nodeps
error: package kaffe is not installed
[root@localhost java]# su jrh
[jrh@localhost java]$ cd home
[jrh@localhost home]$ cd jrh
[jrh@localhost jrh]$ cd Desktop
[jrh@localhost Desktop]$ ls
Ed2k@ LimeWireLinux.bin Mozilla.desktop Sylpheed Claws.desktop
[jrh@localhost Desktop]$ ./LimeWireLinux.bin
bash: ./LimeWireLinux.bin: Permission denied
[jrh@localhost Desktop]$ chmod +x LimeWireLinux.bin
[jrh@localhost Desktop]$ ./LimeWireLinux.bin
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...
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvir onment(GraphicsEnvironment.java:62)
at java.awt.Window.init(Window.java:231)
at java.awt.Window.<init>(Window.java:275)
at java.awt.Frame.<init>(Frame.java:401)
at java.awt.Frame.<init>(Frame.java:366)
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(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
GUI-
[jrh@localhost Desktop]$
Can anyone decipher that lot?? :-) |