Re: IDL environment "idlde" doesn't work [message #85097 is a reply to message #85096] |
Wed, 03 July 2013 07:28   |
Victor[2]
Messages: 5 Registered: July 2013
|
Junior Member |
|
|
On Wednesday, July 3, 2013 1:28:50 PM UTC+2, Petros Syntelis wrote:
> 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
My java version is:
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
And also I've checked the jdk package...and I think that i've installed the
java jdk version 7.
thanks a lot for your help . If I find the solution I will share here for everybody.
Víctor
|
|
|