View Single Post
  #2 (permalink)  
Old May 17th, 2002
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: relocation error RH7.3

Quote:
Originally posted by Unregistered
Has anyone had the following error when trying to execute runLime.sh:

/usr/java/jre1.3.1_03/bin/i386/native_threads/java: relocation error: /usr/java/jre1.3.1_03/lib/i386/libpreemptive_close.so: symbol __libc_s endto, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

I just did a clean install of RH7.3, with Sun's J2EE 1.3.1 JRE. I have /usr/java/jre1.3.1_03/bin in my path. I also have J2EE_PREEMPTCLOSE=1.

If you have any idea how to fix this, it would be much appreciated.

Thanks,
MoeLarryCheese
Sorry to tell you this but you are running a gnu compiler highter than 2.96 and thus the binary file will not work. You have to use the jar file (LimeWire.jar), instead. I have gcc 3.1 only on my system an so I receive the above also once. Run this command:

java -jar LimeWire.jar

Then you should be all good.

Best regards,
altoine
java -jar
Reply With Quote