View Single Post
  #1 (permalink)  
Old December 2nd, 2001
Unregistered
Guest
 
Posts: n/a
Talking Correct pre-Install directions! (reposted)

After installing jre1.3.1 from Sun...

su to root then:

edit "/etc/profile " and add these lines:

PATH=$PATH:/usr/java/jre1.3.1_01/bin

export PATH



Take a look at your .bashrc file to see if there is a PATH line too.. if so add the same line there.. )



now edit the file "/etc/ld.so.conf " and add this:

/usr/java/jre1.3.1_01/lib

/usr/java/jre1.3.1_01/lib/audio

/usr/java/jre1.3.1_01/lib/cmm

/usr/java/jre1.3.1_01/lib/fonts

/usr/java/jre1.3.1_01/lib/i386

/usr/java/jre1.3.1_01/lib/images

/usr/java/jre1.3.1_01/lib/locale

...save changes

then type "/sbin/ldconfig" at console

also type "export PATH=$PATH:/usr/java/jre1.3.1_01/bin" at the console (there will be no msgs printed after either one of these)



all done, reboot and install limewire via ./limewire.bin

enjoy
Reply With Quote