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

Home » Public Forums » archive » Installing IDL on ubuntu
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: Installing IDL on ubuntu [message #82629 is a reply to message #64434] Sat, 29 December 2012 02:19 Go to previous messageGo to previous message
bstecklu is currently offline  bstecklu
Messages: 14
Registered: February 2012
Junior Member
rbaena wrote:
> Hi,
>
> I am experiencing the same problem when installing IDL 6.0 on Ubuntu 12.04.
> When I type in a terminal "idlde" the startup IDL screen disappears after a
> while and nothing afterwards.
>
> I have installed libraries libstdc++.so.6 and libX11.so.6 and typed in
> .bashrc the line
>
> export LD_LIBRARY_PATH=3D/usr/lib/i386-linux-gnu/
>
> as suggested in the previous post but it did not work.
>
>
> Something else I can try? Thanks!
>
> rbaena --
> http://compgroups.net/comp.lang.idl-pvwave/installing-idl-on -ubuntu/1106391
>
>
The instruction of the previous post to define "export LD_LIBRARY_PATH=3D(the
path of the two files)" means to replace "3D(the path of the two files)" by the
full name of the folder which contains the libraries.
Normally, they should reside in default directories (/usr/lib or /usr/local/lib)
which makes the definition of LD_LIBRARY_PATH unnecessary since these paths are
searched by the run-time linker anyway.

If you put them elsewhere try the following from the command line, assuming
"/usr/local/idl/lib" contains the two shared libraries

LD_LIBRARY_PATH=/usr/local/idl/lib; idlde

If this works change the export command in .bashrc accordingly and save .bashrc.
Then open a new terminal, and type "idlde" again.

Regards, Bringfried
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Fill value problem in MODIS Processing...
Next Topic: GDL 0.9.3 delivered

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

Current Time: Fri Oct 10 19:10:34 PDT 2025

Total time taken to generate the page: 0.56179 seconds