Ubuntu – Can’t run Google Earth with Ironhide – libGL.so.1 wrong elf class

11.1064-bitgoogle earthnvidia-optimus

I've got a working ironhide setup (ubuntu 11.10). Most applications works fine with the nvidia-drivers (nvidia-current), but I can't get Google Earth (64bit .deb installed) working with or without optirun. Anyone know how to fix this?

ERROR: ld.so: object 'librrfaker.so' from LD_PRELOAD cannot be preloaded: ignored.
./googleearth-bin: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64

Best Answer

Try the following command in a terminal:

optirun32 /opt/google/earth/free/google-earth

It works for me.