Google Earth, version `GLIBCXX_3.4.9' not found

Bonjour,


I am trying to run google-earth on a FreeBSD 7.2 box.

But, while the installation step was successfull, i get the following error when I launch the software.

Code:
david:~>googleearth
./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libgoogleearth_lib.so)
./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libbase.so)

Upgrading linux_base-f7 to linux_base-f8 do not solve the issue.

any idea to get the right version of glibc++ ?
 
For curiosity I've tested it on fc4 too.
Slightly different message, but same result.
Maybe it's better asking the maintainer.
 
Nicholas said:
all other linux ports work fine (i.e. flashplugin-10 and Skype:) )

Actually, upgrading to linux_base-f10 has solved the issue.
But, while the GUI is displayed correctly, i get a black screen instead of the map drawings.
 
Just for interest sake, I have Ubuntu 9.04 64-bit and I get exactly the same error:

Code:
./googleearth-bin: ./libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libgoogleearth_lib.so)
./googleearth-bin: ./libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libbase.so)

Output of uname -a:
Code:
"Linux eugene-work 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009 x86_64 GNU/Linux"
 
Back
Top