13 Apr 2010 03:03 PM |
|
Hello Everyone
I just switched my operating system by UBUNTU 64-bit .... all good until I had to save a file (*.pro) in workbench , and my console gives the following bugs....
----------------------------------------------------------------------------------------------------------
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
any idea
Thanks in advance
|
|
|
|
Deleted User New Member
Posts:  
13 Apr 2010 04:58 PM |
|
Hi there,
I think what it could be happening is that your Ubuntu 64bit doesn't have installed the 32bit compatibility libraries necesario to run a 32bit application like the Workbench (IDL core is 64bit though). What version of Ubuntu are you running?
Cheers,
Fernando
|
|
|
|
Deleted User New Member
Posts:  
13 Apr 2010 05:02 PM |
|
Hi again,
Try installing those compatibility libraries, I think you can do the following in your Ubuntu system:
apt-get install ia32-libs
but remember that you need to know a bit of how linux system work to install packages. If you are not sure try to ask your system administrator if you have one.
Cheers,
Fernando
|
|
|
|
Deleted User New Member
Posts:  
14 Apr 2010 08:04 AM |
|
Hello Fernando Thanks but the library is installed in conjunction with: sun-java6-jre sun-java6-jdk sun-java6-bin sun-java6-plugin I think the problem is java.. My version is UBUNTU 9.10 Karmic 64 bits..
|
|
|
|
Deleted User New Member
Posts:  
14 Apr 2010 03:07 PM |
|
Hi again,
I was wondering, did you run the statement from my previous email?. In other words, could you do that so that we are sure that you also have the 32bit compatibility libraries, and not just the 64bit ones?.
Cheers,
Fernando
|
|
|
|
Deleted User New Member
Posts:  
14 Apr 2010 04:40 PM |
|
He Fernando
off course
david@gis-ws:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
ia32-libs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 239 not upgraded.
david@gis-ws:~$
|
|
|
|