Change /usr/lib to /usr/lib32 for eclipse to look for *.so files
- by firen
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?