PDA

View Full Version : HOWTO: IDL Installation


Bosonator
October 31st, 2006, 02:14 PM
I recently purchased the IDL Student Edition data analysis software for my graduate physics studies. The software is good for scientific image manipulation and analysis, and is commonly used by astronomers and medical physicists, among others.

The software is officially supported only for RedHat Linux, but I was able to get it to run on Ubuntu Edgy using the following procedure:

1. Install the Corn shell.
The default terminal shell in Ubuntu is called "Bash" (Bourne Again Shell). The installation script for IDL, however, is written for "Csh" (the Corn Shell). Install this using apt-get.
sudo apt-get install csh

2. Mount the installation media.
Just to be on the safe side, I unmounted the disk first, because Ubuntu typically automounts cdrom media, and you want to make sure the permissions are right.
sudo umount /media/cdrom0/
sudo mount -o ro -t iso9660 /dev/cdrom /media/cdrom0

(your devices and mount points might differ from mine. Name them accordingly)

3. Once the disk is mounted, start csh from a terminal using sudo.
sudo csh

4. You will now be running the installation script. On my machine, this command looks like this:
/media/cdrom0/xinstall.sh

5. The installation window pops up, and you have to answer a bunch of questions. When it asks you if you want it to create the symbolic links, tell it "yes".

6. You have IDL installed! Start it by issuing "idlde" from the command line.

ricardo_at
April 22nd, 2007, 12:02 AM
hi! :D
i follow your "wiki" but get a nice :

exec: 302: ./xinstall.linux.x86: Permission denied

and when i try to umount and then mount, console tell me about no unit in cdrom0.... but there is the cd :s

what do u think?

Bosonator
April 24th, 2007, 09:51 AM
Hmmm.... I don't have any solutions right off the bat. I will soon be going through the install procedure again myself, though, so if this problem comes up for me, I'll let you know if I get around it. Tell me, though, are you using x86 Ubuntu or AMD64? And what version of Ubuntu?

Bosonator
April 24th, 2007, 05:19 PM
Did you remember to follow the umounting/remounting procedure in step 2? It sounds like the cdrom isn't mounted by root.

jazpearson
September 18th, 2007, 08:33 AM
thankyou for this...... i was having difficulty with the installation process.

mounting and unmounting the cdrom was what made the difference.

johnnycakes
January 25th, 2008, 08:10 AM
Thanks a lot Bosonator... been fiddling with this for a while. Your post was spot on!

J.