Posted By:
Luigi_Viggiano
Posted On:
Friday, October 5, 2001 12:51 AM
I've got the same problems some days ago installing some software provided with that version of JDK.
In RH7.1 (and may be in other versions of Linux) the unix 'cut' has been moved from /usr/bin/cut to /bin/cut, so you can make a
symbolic link using ln -s to fix the first problem. For the second one (missing load of
libjvm.so) you need to set LD_ASSUME_KERNEL=2.2.5 as environment variable, and it will work (at least, on my system it does ;-) ).
Also it is recommended to use the newer JDK 1.3.1 instead of the one you are using, that not only does it have the fix to the wrapper scripts, but also fix other problems