Change /usr/lib to /usr/lib32 for eclipse to look for *.so files

Posted by firen on Ask Ubuntu See other posts from Ask Ubuntu or by firen
Published on 2011-11-23T00:22:02Z Indexed on 2011/11/23 2:09 UTC
Read the original article Hit count: 388

Filed under:
|
|

I am trying to run eclipse and I am getting:

/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

I already found out that it is because this library is 64bits. I have found 32bit version of it and putted in subdirectory of /usr/lib32 but eclipse do not want to look for it there. How can I make it to look for libraries in /usr/lib32?

© Ask Ubuntu or respective owner

Related posts about 64-bit

Related posts about eclipse