I'm seeing a similar problem to Paul. I've got Ubuntu 9.10 Karmic, latest upgrades applied. I'm trying to run the Motorola MOTODEV Studio for Android (based on Eclipse). This app requires 32-bit java, and stupidly doesn't pay attention to the JAVA_HOME environment variable so i have to set my system default java version to the 32-bit java (ia32 -sun-java6-bin). The app also doesn't find any of the libraries in /usr/lib32, so I have to force it with LD_LIBRARY_PATH and LD_PRELOAD, which I can handle. Then the problem appears where it throws this error:
./motodevstudio: error while loading shared libraries: libgvfscommon.so.0: cannot open shared object file: No such file or directory sure enough, there is no libgvfscommon.so in /usr/lib32, even though the lib32 versions of libgioremote-volume-monitor.so and libgvfsdbus.so (provided by ia32-libs) seem to require it. Shouldn't libgvfscommon.so also be provided by ia32-libs? I have ia32-libs version 2.7ubuntu17. -- 32bits gtk and glib modules not found in ia32-libs https://bugs.launchpad.net/bugs/369498 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
