November 29th, 2005
|
Apprentice | | Join Date: November 27th, 2005 Location: Vancouver, BC
Posts: 8
| |
Quote: Originally posted by limewire type 'echo $PATH'
if java isn't there add it 'export PATH=$PATH:/usr/lib/jvm/jre-1.4.2-sun/bin/' (this is temporary, modify /etc/profile to make it permanent)
then try installing the rpm again | damn, what's wrong???
reg@linux:~> echo $PATH
/home/reg/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin
reg@linux:~> export PATH=$PATH:/usr/lib/jvm/jre-1.4.2-sun/bin/
reg@linux:~> echo $PATH
/home/reg/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/jvm/jre-1.4.2-sun/bin/
reg@linux:~> sudo rpm -Uhv '/home/reg/Desktop/LimeWireSoftLinux.rpm'
Password:
error: Failed dependencies:
j2re >= 1.4.1 is needed by LimeWire-free-4.9.37-0
reg@linux:~> |