On 18 July 2012 12:07, Britto, Rajesh <[email protected]> wrote:
> Hi,
>
> Thanks for the reply.
> Can you please let me know how to the option3.
>
> 3. Create a shim (via LD_PRELOAD or similar) to fool grid engine into
>
The idea is you build a shared library that implements the uname(2) function
and lies about the kernel version.  Then you run the install and any
resultant binaries with
the LD_PRELOAD environment pointing at the library.  I'd recommend
almost any of the
alternatives over this though it's more a solution for recalcitrant
close sourced binaries
than an open source project like grid engine.

> Thanks,
> Britto.
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of 
> William Hay
> Sent: Wednesday, July 18, 2012 4:01 PM
> To: Britto, Rajesh
> Cc: [email protected]
> Subject: Re: [gridengine users] SGE installation issues
>
> On 18 July 2012 10:29, Britto, Rajesh <[email protected]> wrote:
>> Hello all,
>>
>> I am trying to install SGE6.1u2 on SUSE Linux 11.(I know its quite old but 
>> we are using this version of SGE for long time :()
>>
>> While installing it gives me an error as unsupported architecture.
>>
>>         Architecture UNSUPPORTED-lx3.0.26-0.7-default-amd64 not supported by 
>> this procedure!
>>
>> Can you please let me know is it possible to install SGE6.1 on the SUSE 
>> Linux 11?
>>
> It looks to  me like you are running a version 3.x kernel which older
> verions of grid engine won't recognise.  This gets upgraded as part of
> SuSE service pack 2 AIUI.
> Options:
> 1.Downgrade your kernel -may cause issues.
> 2.Patch your grid engine to recognise your kernel (you can probably
> extract a suitable patch from the SoGE VCS).
> 3.Create a shim (via LD_PRELOAD or similar) to fool grid engine into
> thinking you are still working on 2.6.
> 4.Upgrade grid engine
>
>
>> Thanks,
>> Britto.
>>
>> _______________________________________________
>> users mailing list
>> [email protected]
>> https://gridengine.org/mailman/listinfo/users
>>
>>
>
> _______________________________________________
> users mailing list
> [email protected]
> https://gridengine.org/mailman/listinfo/users
>
>
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to