I also see similar problem on Ubuntu 10.04 64-bit.
I launch my gtk application from NFS mount point, then click the 'Browser' button of my application to open directory picker.
Then got below errors,
/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/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
I have installed ia32-libs, and update it to latest.
I think it's caused by 32bit libgvfscommon doesn't exist that is required by libgioremote-volume-monitor.so.
ldd /usr/lib32/gio/modules/libgioremote-volume-monitor.so
linux-gate.so.1 => (0xf77b2000)
libgvfscommon.so.0 => not found
libdbus-1.so.3 => /lib32/libdbus-1.so.3 (0xf774b000)
I also see similar problem on Ubuntu 10.04 64-bit.
I launch my gtk application from NFS mount point, then click the 'Browser' button of my application to open directory picker.
Then got below errors,
/usr/lib/ gio/modules/ libgioremote- volume- monitor. so: wrong ELF class: ELFCLASS64 gio/modules/ libgioremote- volume- monitor. so gio/modules/ libgvfsdbus. so: wrong ELF class: ELFCLASS64 gio/modules/ libgvfsdbus. so gio/modules/ libgiogconf. so: wrong ELF class: ELFCLASS64 gio/modules/ libgiogconf. so
Failed to load module: /usr/lib/
/usr/lib/
Failed to load module: /usr/lib/
/usr/lib/
Failed to load module: /usr/lib/
I have installed ia32-libs, and update it to latest. volume- monitor. so.
I think it's caused by 32bit libgvfscommon doesn't exist that is required by libgioremote-
ldd /usr/lib32/ gio/modules/ libgioremote- volume- monitor. so libdbus- 1.so.3 (0xf774b000)
linux-gate.so.1 => (0xf77b2000)
libgvfscommon.so.0 => not found
libdbus-1.so.3 => /lib32/
Hope to reopen this one to get that fixing.