<?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>Tue, 24 Jan 2012 21:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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/web-platforms/compiled-c-application-errors-out-with-error-while-loading-shared-libraries-libstdc-libc62-2so3/</link>
		<comments>http://www.codeblog.co.uk/2007/10/18/web-platforms/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[Fixes & Tweaks]]></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 packages to install via YUM or the usual RPM sources. YUM refused to install the packages that were required as did RPM. The RPM installation of: compat-libstdc++-devel-7.3-2.96.128.i386 failed saying that it required its self to install ?!! So I logged on to one &#8230;]]></description>
		<wfw:commentRss>http://www.codeblog.co.uk/2007/10/18/web-platforms/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>

