<?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>Honza's perspective &#187; Rational Team Concert</title>
	<atom:link href="http://blog.stastnarodina.com/honza-en/tag/rational-team-concert/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stastnarodina.com/honza-en</link>
	<description></description>
	<lastBuildDate>Mon, 03 May 2010 09:30:45 +0000</lastBuildDate>
	<language>cs</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to install DB2 Express on Fedora Core 9</title>
		<link>http://blog.stastnarodina.com/honza-en/spot/how-to-install-db2-express-on-fedora-core-9/</link>
		<comments>http://blog.stastnarodina.com/honza-en/spot/how-to-install-db2-express-on-fedora-core-9/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 08:48:20 +0000</pubDate>
		<dc:creator>honza</dc:creator>
				<category><![CDATA[Rational Team Concert]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[jazz]]></category>

		<guid isPermaLink="false">http://blog.stastnarodina.com/honza-en/?p=16</guid>
		<description><![CDATA[
<p>I got 2 errors while installing DB2 Express that comes with Rational Team
Concert. Two libraries were missing: libstdc++.so.5 ER­ROR: The required
library file libstdc++.so.5 is not found on the system. Solution: (thanks <a
href="http://tldp.org/">http://tldp.org/</a>…fedora6.html) yum -y install
compat-libstdc++-33 libaio.so.1 ER­ROR: The required library file
libaio++.so.1 is not found on the system. Solution: yum -y install libaio</p>
]]></description>
			<content:encoded><![CDATA[
<p>I got 2 errors while installing DB2 Express that comes with Rational Team
Concert. Two libraries were missing:</p>

<h3>libstdc++.so.5</h3>

<pre>ERROR:
The required library file libstdc++.so.5 is not found on the system.</pre>

<p><strong>Solution:</strong> (thanks <a
href="http://tldp.org/HOWTO/DB2-HOWTO/fedora6.html">http://tldp.org/…fedora6.html</a>)</p>

<pre>yum -y install compat-libstdc++-33</pre>

<h3>libaio.so.1</h3>

<pre>ERROR:
The required library file libaio++.so.1 is not found on the system.</pre>

<p><strong>Solution:</strong></p>

<pre>yum -y install libaio</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.stastnarodina.com/honza-en/spot/how-to-install-db2-express-on-fedora-core-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
