User Tools

Site Tools


software:googleearth

This is an old revision of the document!


http://earth.google.com/

http://dl.google.com/earth/client/current/GoogleEarthLinux.bin (5.2.1.1329)

Required: rpmextract.sh

Problem:

googleearth 
./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libgoogleearth_free.so)
./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libbase.so)
./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libsgutil.so)
./googleearth-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./libIGGfx.so)

Solution:

wget ftp://fr.rpmfind.net/linux/fedora/releases/10/Everything/i386/os/Packages/libstdc++-4.3.2-7.i386.rpm &&
wget ftp://fr.rpmfind.net/linux/fedora/releases/10/Everything/i386/os/Packages/libgcc-4.3.2-7.i386.rpm &&
rpmextract.sh libstdc++-4.3.2-7.i386.rpm &&
rpmextract.sh libgcc-4.3.2-7.i386.rpm &&
cp usr/lib/libstdc++.so.6* ${INSTALL_PATH}/google-earth &&
cp lib/libgcc_s* ${INSTALL_PATH}/google-earth
software/googleearth.1276801369.txt.gz · Last modified: 2010/06/17 21:02 (external edit)