<?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>CodeBlog &#187; C++</title>
	<atom:link href="http://www.codeblog.co.uk/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.co.uk</link>
	<description></description>
	<lastBuildDate>Wed, 09 Jun 2010 23:00:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiled C++ application errors out with: error while loading shared libraries: libstdc++-libc6.2-2.so.3</title>
		<link>http://www.codeblog.co.uk/2007/10/18/other-stuff/compiled-c-application-errors-out-with-error-while-loading-shared-libraries-libstdc-libc62-2so3/</link>
		<comments>http://www.codeblog.co.uk/2007/10/18/other-stuff/compiled-c-application-errors-out-with-error-while-loading-shared-libraries-libstdc-libc62-2so3/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 16:33:49 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[Web Platforms]]></category>
		<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.codeblog.co.uk/?p=34</guid>
		<description><![CDATA[I recently came across a problem while trying to get a pre-compiled C++ executable to run on a new CentOS Enterprise 5 server. The executable kept quitting due with the following message:
/home/usr/testusr/TestApp.e: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
I scowered the internet looking for the correct [...]]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2007/10/18/other-stuff/compiled-c-application-errors-out-with-error-while-loading-shared-libraries-libstdc-libc62-2so3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
