View Single Post
  #6 (permalink)  
Old July 2nd, 2002
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Cool Thank YOu!

Quote:
Originally posted by Mandrake
Listen to Altoine, he knows what he's talking about. I fought with installation on RedHat 7.2 for about 3 hours before coming here. I had installed the JVM and the whole nine yards, but it still wouldn't install. I then followed his directions, and it installed flawlessly.

Step 1: Make sure you're trying to install from a normal user account, NOT root. If you're installing as root it will not work.

Step 2: Edit your .bash_profile, adding these lines (this is from my install):

export JAVA_HOME=/usr/java/jre1.3.1_03
export PATH=$JAVA_HOME/bin:$PATH

Step 3: Create a symbolic link to /usr/java/jre1.3.1_03/bin/.java_wrapper from /usr/bin/java. My system already had a file /usr/bin/java, so I deleted it and did the symbolic link:

ln -s /usr/java/jre1.3.1_03/bin/.java_wrapper /usr/bin/java

Step 4: Change to the owner of the install script (if necessary) and run it. It'll run flawlessly, and you'll then have Limewire on your system.
I like your name!
Reply With Quote