comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: RedHat-6.0 with Glibc2.1 breaks IDL-5.2
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: RedHat-6.0 with Glibc2.1 breaks IDL-5.2 [message #15255 is a reply to message #15236] Thu, 06 May 1999 00:00 Go to previous messageGo to previous message
J.D. Smith is currently offline  J.D. Smith
Messages: 214
Registered: August 1996
Senior Member
Martin Schultz wrote:
>
> NewsMan wrote:
>>
>> The new RedHat-6.0 Linux with glibc-2.1 breaks IDL-5.2. I got the
>> following error when I invoke IDL.
>> [...]
>
> just a quick status "report" on this. I have just installed IDL on
> RedHat 5.2 and since there are some problems with colortables and fvwm2
> (see earlier article in thsi newsgroup -- btw: lesstif works) I had
> asked RSInc about the patch mentioned earlier. They repied it's a pretty
> old piece of code and not certain that it woiuld still apply.
> FUrthermore I learned, that the RedHat version currently supported by
> RSInc is 5.1 (not 5.2). I dropped a hint that 6.0 is available soon ...
> may take a while before they get into it though.
>
> Martin.
>
>

You can easily install an old glibc (RH 5.2 has 2.0.7), and set up your
LD_PRELOAD environment variable just before running idl (perhaps in a
shell which runs only idl and is used for no other purpose). This way
you can continue using RH 6.0 using glibc-2.1, but IDL will work (and
find this library function it needs to work). Such a script might look
like:

#!/bin/sh
export LD_PRELOAD=/lib/libc-2.0.7
$IDL_DIR/bin/idl


Good Luck,

JD

--
J.D. Smith |*| WORK: (607) 255-5842
Cornell University Dept. of Astronomy |*| (607) 255-6263
304 Space Sciences Bldg. |*| FAX: (607) 255-5875
Ithaca, NY 14853 |*|
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: PV-WAVE FAQ suggestions
Next Topic: Re: evaluating & executing commands

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 09:45:10 PDT 2025

Total time taken to generate the page: 0.15918 seconds