| Psycho 2004-01-30, 9:35 am |
| There's something I've done wrong but I don't know exactly what it is.
I decided to mess around with Jrockit and to get it to install I need to set
this environment option
LD_ASSUME_KERNEL=2.4.19
This is to get it to enable the use of linuxthreads 2.4.19 floating stacks.
Or atleast I think that's how it works.
Either way I have either icluded something in the kernel that I shouldn't
have thats' causing it not to use the correct thread stack or I've left
something out that's causing the kernel to ignore the LD_ environment
variable.
I'm running redhat 9 with kernel 2.4.22 I'm sure it's not the kernel version
or a missing rpm because using the default redhat kernel it works fine with
the LD_ASSUME_KERNEL option, I've tried picking my way through and
compairing both configs bit it's like a needle in a haystack.
Thanks for any help
|