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

Home » Public Forums » archive » installation without a CD
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: installation without a CD [message #88293 is a reply to message #88292] Tue, 08 April 2014 09:16 Go to previous messageGo to previous message
Norbert Hahn is currently offline  Norbert Hahn
Messages: 46
Registered: May 2003
Member
silvia.martocchia@gmail.com wrote:

> Hi to everyone, excuse me if I open this topic again. I have been trying desperately for some days to install IDL 7.0 on Ubuntu 13, but it says this message, when I type " sudo ./install_unix.sh":
>
> $ -usr/local/itt/idlunix/unix/xinstall.sh : 352: exec: ./xinstall: not found
>
> I gave the execution permission to the entire directory as you did, and I had this file in my directories. I don't know what to do ! Do you have some tips???

If an executable program is "not found" there are serveral reasons for that:

The file given in the shebang line is not found or not executable.
-> http://en.wikipedia.org/wiki/Shebang_(Unix)

If the program is an executable, a link library may be missing.
-> run ldd <program> to check for unresolved references

If the program is a 32 bit executable and the OS is a 64 bit system some
32-bit libraries are not installed.

HTH
Norbert
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: cgImage abscissa values in axis feature
Next Topic: Simple method to display an ENVI image on a map?

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

Current Time: Wed Oct 08 19:30:04 PDT 2025

Total time taken to generate the page: 0.00533 seconds