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

Home » Public Forums » archive » 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 #15376 is a reply to message #15325] Mon, 10 May 1999 00:00 Go to previous messageGo to previous message
Jeremy Sanders is currently offline  Jeremy Sanders
Messages: 4
Registered: May 1999
Junior Member
lrnittler@my-dejanews.com wrote:

> OK, I also am having trouble getting IDL to work with redhat 6.0. I tried the
> above approach after copying libc-2.0.7.so from /usr/i386-glibc20-linux/lib/
> (where the compat files are put) to /lib, but even with the 2.0.7 library I
> get the same error message. Any ideas?

We managed to get IDL to work by installing the compatability libraries. I
then modified the idl script (the one which runs the binary) at the end to
read:

app=$IDL_DIR/bin/bin.$OS$OSVER$ARCH/$APPLICATION

if [ -e /lib/ld-2.0.7.so ] ; then
exec $app $* $APP_ARGS
else
libdir=/usr/i386-glibc20-linux/lib

export LD_LIBRARY_PATH="${libdir}:${LD_LIBRARY_PATH}"
exec ${libdir}/ld-2.0.7.so $app $* $APP_ARGS
fi

This seems to work, although we haven't tried running programs with external
shared libraries.

Jeremy Sanders

--
Jeremy Sanders jss@ast.cam.ac.uk Pembroke College, Cambridge. CB2 1RF
(01223) 337511 Institute of Astronomy, Madingley Road, Cambridge. CB3 0HA
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: krig2d.pro question
Next Topic: IDL and MPI

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

Current Time: Sun Oct 12 02:41:28 PDT 2025

Total time taken to generate the page: 0.71992 seconds