<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Craig Mayhew's Blog &#187; Google Earth</title>
	<atom:link href="http://www.craigmayhew.com/blog/tag/google-earth/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigmayhew.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 21:51:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix Google Earth Error: ./libstdc++.so.6: version `GLIBCXX_3.4.9&#8242; not found (required by ./libgoogleearth_lib.so)</title>
		<link>http://www.craigmayhew.com/blog/2010/01/fix-google-earth-error-libstdc-so-6-version-glibcxx_3-4-9-not-found-required-by-libgoogleearth_lib-so/</link>
		<comments>http://www.craigmayhew.com/blog/2010/01/fix-google-earth-error-libstdc-so-6-version-glibcxx_3-4-9-not-found-required-by-libgoogleearth_lib-so/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 07:00:50 +0000</pubDate>
		<dc:creator>Craig Mayhew</dc:creator>
				<category><![CDATA[Guides/Fixes]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.craigmayhew.com/blog/?p=901</guid>
		<description><![CDATA[After upgrading to Google Earth 5.1 I now get the following error when starting from command line. Error: ./libstdc++.so.6: version `GLIBCXX_3.4.9&#8242; not found (required by ./libgoogleearth_lib.so).
It&#8217;s also worth noting that if I click the Google Earth icon it just sits there with no errors.
To fix this simply remove or rename libstdc++.so.6 and libgcc_s.so.1 in the [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to Google Earth 5.1 I now get the following error when starting from command line. Error: ./libstdc++.so.6: version `GLIBCXX_3.4.9&#8242; not found (required by ./libgoogleearth_lib.so).</p>
<p>It&#8217;s also worth noting that if I click the Google Earth icon it just sits there with no errors.</p>
<p>To fix this simply remove or rename libstdc++.so.6 and libgcc_s.so.1 in the installation directory. </p>
<p>For some people this will be:</p>
<pre style="border: 1px solid #FFFFFF; padding: 5px; overflow:auto;">cd /opt/google-earth/</pre>
<p>For others (me included) this will be:</p>
<pre style="border: 1px solid #FFFFFF; padding: 5px; overflow:auto;">cd ~/google-earth/</pre>
<p>To rename the files:</p>
<pre style="border: 1px solid #FFFFFF; padding: 5px; overflow:auto;">
sudo mv libstdc++.so.6 libstdc++.so.6.orig
sudo mv libgcc_s.so.1 libgcc_s.so.1.orig
</pre>
<p>Now Google Earth should start without the error!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigmayhew.com/blog/2010/01/fix-google-earth-error-libstdc-so-6-version-glibcxx_3-4-9-not-found-required-by-libgoogleearth_lib-so/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

