Home »
Public Forums »
archive »
IDL 7 on Ubuntu
IDL 7 on Ubuntu [message #57634] |
Thu, 20 December 2007 05:24  |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Hi,
I have installed IDL 7on an Ubuntu 7.10 virtual machine running in parallels
on my Mac. While the command line vewrsion ruins just fine, the DE
unfortunatyely crashes. I need to sort out whether this is a VM issue or an
Ubuntu problem. So, question here: Does anyone have experience with running
IDL 7 on Ubuntu 7.10? Are there issues? Does is work?
The error message is attached below. Especailly the line "Can't load IA
32-bit .so on a IA 32-bit platform" sounds absurd.
Haje
Configuration info
IDL : /usr/local/itt/idl70/idlde/../bin/bin.linux.x86 (Use default IDL)
BML : /usr/local/itt/idl70/idlde/bin.linux.x86 (Use default IDL)
DML : /usr/local/itt/idl70/idlde/bin.linux.x86 (Use default IDL)
JDML: /usr/local/itt/idl70/idlde/bin.linux.x86 (Use default IDL)
com.rsi.jdml.LibraryLoadException: Failed to load idl_jdml from
/usr/local/itt/idl70/idlde/bin.linux.x86
at
com.rsi.jdml.PlatformSupport.loadNeededLibrary(PlatformSuppo rt.java:170)
at com.rsi.jdml.PlatformSupport.loadLibraries(PlatformSupport.j ava:371)
at com.rsi.jdml.DMLAccess.initializeDML(DMLAccess.java:178)
at
com.rsi.idldt.core.IDLProcessManager.initializeDML(IDLProces sManager.java:236)
at
com.rsi.idldt.core.IDLProcessManager.createIDLProcess(IDLPro cessManager.java:105)
at
com.rsi.idldt.core.IDLDTCorePlugin$PostCoreBundleStartJob.ru n(IDLDTCorePlugin.java:242)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.UnsatisfiedLinkError:
/usr/local/itt/idl70/idlde/bin.linux.x86/libidl_jdml.so: Can't load IA
32-bit .so on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:968)
at
com.rsi.jdml.PlatformSupport.loadExplicitLibrary(PlatformSup port.java:127)
at
com.rsi.jdml.PlatformSupport.loadNeededLibrary(PlatformSuppo rt.java:161)
... 6 more
|
|
|
Current Time: Fri Oct 10 18:59:51 PDT 2025
Total time taken to generate the page: 1.68099 seconds