idl 32 bit not starting in 64 bit Ubuntu 14.04 system [message #88666] |
Thu, 29 May 2014 04:13  |
Krishnakumar M.A
Messages: 19 Registered: March 2013
|
Junior Member |
|
|
Hi,
I am trying to install idl 32 bit in a 64 bit Ubuntu 14.04 system. It got installed peacefully. But, when I type idl in the terminal, it shows the following error.
error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory.
I was not able to install the 32 bit libraries also after a lot of google searches.
I think some of you might have had the same problem while instaling, so asking.
Thanks in advance,
Krishnakumar
|
|
|
Re: idl 32 bit not starting in 64 bit Ubuntu 14.04 system [message #88689 is a reply to message #88666] |
Tue, 03 June 2014 09:01   |
Krishnakumar M.A
Messages: 19 Registered: March 2013
|
Junior Member |
|
|
On Thursday, May 29, 2014 4:43:58 PM UTC+5:30, Krishnakumar M.A wrote:
> Hi,
>
>
>
> I am trying to install idl 32 bit in a 64 bit Ubuntu 14.04 system. It got installed peacefully. But, when I type idl in the terminal, it shows the following error.
>
>
>
> error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory.
>
>
>
> I was not able to install the 32 bit libraries also after a lot of google searches.
>
>
>
> I think some of you might have had the same problem while instaling, so asking.
>
>
>
> Thanks in advance,
>
>
>
> Krishnakumar
Anybody have any idea how to fix this issue??
Thanks,
Krishnakumar
|
|
|
|
Re: idl 32 bit not starting in 64 bit Ubuntu 14.04 system [message #88695 is a reply to message #88689] |
Wed, 04 June 2014 12:55  |
Starbuck
Messages: 11 Registered: June 2012
|
Junior Member |
|
|
On Tuesday, June 3, 2014 10:01:14 AM UTC-6, Krishnakumar M.A wrote:
> On Thursday, May 29, 2014 4:43:58 PM UTC+5:30, Krishnakumar M.A wrote:
>
>> Hi,
>
>>
>
>>
>
>>
>
>> I am trying to install idl 32 bit in a 64 bit Ubuntu 14.04 system. It got installed peacefully. But, when I type idl in the terminal, it shows the following error.
>
>>
>
>>
>
>>
>
>> error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory.
>
>>
>
>>
>
>>
>
>> I was not able to install the 32 bit libraries also after a lot of google searches.
>
>>
>
>>
>
>>
>
>> I think some of you might have had the same problem while instaling, so asking.
>
>>
>
>>
>
>>
>
>> Thanks in advance,
>
>>
>
>>
>
>>
>
>> Krishnakumar
>
>
>
> Anybody have any idea how to fix this issue??
>
>
>
> Thanks,
>
> Krishnakumar
Try installing the following packages:
lib32stdc++6
ia32-libs
http://www.exelisvis.com/Support/HelpArticlesDetail/TabId/21 9/ArtMID/900/ArticleID/5276/5276.aspx
NOTE: 32-bit linux is not a supported platform for IDL 8.3
|
|
|