GoogleEarth installation

Hi all

i like to install Google Earth 5 on a Dell M1730 64bit no AMDProssessor it is an Intel.
Google 4.xx has been run but must be uninstalled. Now i tray to install the new Version!

i get the following message:
setup.data/bin/Linux/amd64/setup.gtk2: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

The setup program seems to have failed on amd64

the Lib is in the Directory /lib/
i Tray to find the Error in the scrippts from Google (no Problem)
Link to the 32 bit Version is implemented
the Link from …amd64/setup.gtk2 goes to the 32bit version…

anyway i do not find the problem

If the libc.so.6 is looked for and only located in /lib I would say you’re not running 64-bit openSUSE. This would mean your hardware is 64-bit, but your OS is not. On openSUSE x86_64 libc.so.6 should first be found in /lib64 if the 32-bit version is installed as well, you’d find one in /lib as well.

Please post output of:

su -c ‘find / -name libc.so.6 -print’

Enter rootpassword when asked for and be patient, it searches your entire system.

Also post output of:

uname -a

We WILL find the problem, IMHO this can be solved !!

thanks first here the replay

zypper install Mesa-32bit
Lese installierte Pakete…
‘Mesa-32bit’ ist bereits installiert.
Keine auszuführenden Aktionen.

find . -name libc.so.6 -print
./lib64/libc.so.6

Oh???

uname -a
Linux linux-kvkw 2.6.25.20-0.4-default #1 SMP 2009-06-01 09:57:12 +0200 x86_64 x86_64 x86_64 GNU/Linux

Just a link from /lib/ to lib64/libc.so.6?

No, don’t do that kind of stuff. An update would undo it and …

Please install glibc-32bit and try again

small reason great effect
that it’s

Thanks a lot