Re: IDL environment "idlde" doesn't work [message #85096 is a reply to message #85093] |
Wed, 03 July 2013 04:28   |
Petros Syntelis
Messages: 32 Registered: June 2013
|
Member |
|
|
On Wednesday, July 3, 2013 11:29:18 AM UTC+3, Petros Syntelis wrote:
> On Tuesday, May 14, 2013 5:50:48 PM UTC+3, victor....@gmail.com wrote:
>
>> Hi,
>
>>
>
>>
>
>>
>
>> I have tried to run the idl environment "idlde" in ubuntu 12.04, but when i execute the command idlde I obtain this message:
>
>>
>
>>
>
>>
>
>>
>
>>
>
>> /usr/local/itt/idl/bin/idlde: 609: exec: /usr/local/itt/idl706/idlde/idlde.linux.x86: not found
>
>>
>
>>
>
>>
>
>> I have cheched and I have the file "idlde.linux.x86" in the same location "/usr/local/itt/idl706"
>
>>
>
>>
>
>>
>
>> anyone have any idea?
>
>>
>
>>
>
>>
>
>> thanks a lot!
>
>>
>
>>
>
>>
>
>> VĂctor
>
>
>
> try running
>
> $idlde -32
>
> $idlde -64
>
> for the 32/64 bit
>
>
>
> Try installing
>
> sudo apt-get install ia32-libs ia32-libs-multiarch:i386
Check which java you have installed with
$java -version
I whould recomend you to install the jdk packages. Still, with the jre packages you shouldn't have a problem.
I also whould try to install the Oracle (Sun) java jdk version 7. and set this as my default java virtual machine. Follow by the letter this instructions and you should do the installation without a problem
http://askubuntu.com/questions/56104/how-can-i-install-sun-o racles-proprietary-java-6-7-jre-or-jdk
|
|
|