View Single Post

  #4 (permalink)  
Old 11-08-2004
paul kairis
 
Posts: n/a
Default Re: LD_ASSUME_KERNEL

Ueofanh

I would try

export LD_ASSUME_KERNEL="2.2.5"; /usr/local/bin/matlab_exe

The version you have is probably 32 bit so it should work. Check the
matlab support page on OS requirements.

Pavlos



Theophanis Kontogiannis wrote:
> Hello all,
>
> I HAD redhat 9 and matlab. I had to write a small script that would load
> matlab like this:
>
> #!/bin/sh
>
> export LD_ASSUME_KERNEL="2.4.1"
> /usr/local/bin/matlab_exe
>
> export LD_ASSUME_KERNEL=
>
> exit 0
>
> or else the java would not start.
>
> I upgraded to Fedora Core 2.
>
> Now the script does not work and I get the same behaviour with java not
> starting as happened with Redhat 9 before this script.
>
> I could not find anything related to it in the release notes of Fedora.
>
> Any hints?
> Thank you.
>
>
>
>

Reply With Quote