Tim,
I got a hang with just this. The workaround noted in rh7.1 doesn't really
work, for some reason, for all seasons. However, the ln noted in the
previous post seems to work.
Regards,
The elephantwalker
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres
Sent: Sunday, April 22, 2001 9:34 AM
To: Orion-Interest
Subject: Re: work around for rh7.1
There is a simpler workaround that does not require you to modify your
installation. Simply edit $JAVA_HOME/bin/.java_wrapper and add:
export LD_ASSUME_KERNEL=2.2.5
Add this right after the setting of PATH. This works for me with 1.3.1rc1
under RH7.1.
tim.
> If you have not installed red hat 7.1, there is a major bug which effects
> sun java, and kills ibm's java. There is a workaround, though. I am
posting
> this to save all of us some grief.
>
> Here is the link explaining the bug:
>
> http://developer.java.sun.com/developer/bugParade/bugs/4415774.html
>
> The workaround only works for the jdk1.3.1-rc1 from sun...all previous
> releases won't work.
>
> Here's the workaround:
>
> 1. su root
> 2. ln -sf /lib/i686/libpthread.so.0 /lib/i686/libpthread.so
> 3. /sbin/ldconfig
>
> This seems to work for me. Workaround is courtesy of huanghui1 on the bug
> parade.
>
>
>