<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Common pitfalls when installing the ibm_db gem</title>
	<atom:link href="http://db2onrails.com/2008/11/11/common-pitfalls-when-installing-the-ibm_db-gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://db2onrails.com/2008/11/11/common-pitfalls-when-installing-the-ibm_db-gem/</link>
	<description>Agile development using Ruby on Rails for enterprises large and small</description>
	<lastBuildDate>Tue, 17 Aug 2010 17:26:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antonio Cangiano</title>
		<link>http://db2onrails.com/2008/11/11/common-pitfalls-when-installing-the-ibm_db-gem/comment-page-1/#comment-6691</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Tue, 17 Aug 2010 17:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://db2onrails.com/?p=58#comment-6691</guid>
		<description>Hi Tom,

may I suggest that you post the details of your problem in the support forum?

You can find it &lt;a href=&quot;http://rubyforge.org/projects/rubyibm/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>may I suggest that you post the details of your problem in the support forum?</p>
<p>You can find it <a href="http://rubyforge.org/projects/rubyibm/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://db2onrails.com/2008/11/11/common-pitfalls-when-installing-the-ibm_db-gem/comment-page-1/#comment-6690</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 17 Aug 2010 17:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://db2onrails.com/?p=58#comment-6690</guid>
		<description>I&#039;m getting the same error on Windows Server 2003. Ruby version 1.8.7. I&#039;ve setup the system variables ibm_db_lib and dir but can&#039;t get it to work.

Any ideas on why this is happening on windows 2003 server? (On windows 2000 it works for some reason)</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error on Windows Server 2003. Ruby version 1.8.7. I&#8217;ve setup the system variables ibm_db_lib and dir but can&#8217;t get it to work.</p>
<p>Any ideas on why this is happening on windows 2003 server? (On windows 2000 it works for some reason)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amos</title>
		<link>http://db2onrails.com/2008/11/11/common-pitfalls-when-installing-the-ibm_db-gem/comment-page-1/#comment-4936</link>
		<dc:creator>Amos</dc:creator>
		<pubDate>Wed, 26 Aug 2009 16:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://db2onrails.com/?p=58#comment-4936</guid>
		<description>I&#039;m trying to use the gem with derby, but I can&#039;t install the gem without having ibm_db_lib and ibm_db_dir.

Any solutions?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use the gem with derby, but I can&#8217;t install the gem without having ibm_db_lib and ibm_db_dir.</p>
<p>Any solutions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinshaw</title>
		<link>http://db2onrails.com/2008/11/11/common-pitfalls-when-installing-the-ibm_db-gem/comment-page-1/#comment-1453</link>
		<dc:creator>Dinshaw</dc:creator>
		<pubDate>Sun, 12 Apr 2009 05:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://db2onrails.com/?p=58#comment-1453</guid>
		<description>I am trying to get running on Win05 connection to an iSeries.

The gem installed fine but i get the &quot;This application has failed to start because DB2CLI.dll was not found. Re-installing the application may fix this problem.&quot;

The machine has the IBM iSeries Access for Windows on it.

Do i need to install the DB2 client to get the .dll?
Should that work with the iSeries?</description>
		<content:encoded><![CDATA[<p>I am trying to get running on Win05 connection to an iSeries.</p>
<p>The gem installed fine but i get the &#8220;This application has failed to start because DB2CLI.dll was not found. Re-installing the application may fix this problem.&#8221;</p>
<p>The machine has the IBM iSeries Access for Windows on it.</p>
<p>Do i need to install the DB2 client to get the .dll?<br />
Should that work with the iSeries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Long</title>
		<link>http://db2onrails.com/2008/11/11/common-pitfalls-when-installing-the-ibm_db-gem/comment-page-1/#comment-1323</link>
		<dc:creator>Long</dc:creator>
		<pubDate>Wed, 25 Mar 2009 21:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://db2onrails.com/?p=58#comment-1323</guid>
		<description>Thanks for the writeup as it provided me with a good start.

The above steps didn&#039;t fully work for me on Ubuntu 8.04 64-bit, even step 5.

DB2 was install with non-root. I needed to add the include env var to get it working.

export IBM_DB_INCLUDE=/home/db2inst1/sqllib/include

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup as it provided me with a good start.</p>
<p>The above steps didn&#8217;t fully work for me on Ubuntu 8.04 64-bit, even step 5.</p>
<p>DB2 was install with non-root. I needed to add the include env var to get it working.</p>
<p>export IBM_DB_INCLUDE=/home/db2inst1/sqllib/include</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
