<?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"
	>
<channel>
	<title>Comments on: Connecting Ruby on Rails to Oracle on an Intel Mac in Leopard, take 2</title>
	<atom:link href="http://www.foliosus.com/2008/05/05/connecting-ruby-on-rails-to-oracle-on-an-intel-mac-in-leopard-take-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.foliosus.com/2008/05/05/connecting-ruby-on-rails-to-oracle-on-an-intel-mac-in-leopard-take-2/</link>
	<description>Plants, food and web design</description>
	<pubDate>Wed, 23 Jul 2008 23:33:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael Teter</title>
		<link>http://www.foliosus.com/2008/05/05/connecting-ruby-on-rails-to-oracle-on-an-intel-mac-in-leopard-take-2/#comment-18306</link>
		<dc:creator>Michael Teter</dc:creator>
		<pubDate>Wed, 14 May 2008 02:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.foliosus.com/?p=99#comment-18306</guid>
		<description>My friend, you kick ass.

These instructions were great!  I've been in a very poor mood today due to seemingly endless configuration and integration problems, and this is the first success I've had all day.

Thanks ever so much for figuring out and posting this!

Michael</description>
		<content:encoded><![CDATA[<p>My friend, you kick ass.</p>
<p>These instructions were great!  I&#8217;ve been in a very poor mood today due to seemingly endless configuration and integration problems, and this is the first success I&#8217;ve had all day.</p>
<p>Thanks ever so much for figuring out and posting this!</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuciDreamer</title>
		<link>http://www.foliosus.com/2008/05/05/connecting-ruby-on-rails-to-oracle-on-an-intel-mac-in-leopard-take-2/#comment-18069</link>
		<dc:creator>LuciDreamer</dc:creator>
		<pubDate>Thu, 08 May 2008 21:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.foliosus.com/?p=99#comment-18069</guid>
		<description>Thanks, Brent. I was able to resolve the issue, and actually the fix turned out to be so simple. 

I just created a new path on my drive: /scratch/plebld/208/rdbms/lib/. This is the exact same path referenced by the error message. Probably it would have been created during the full Oracle install or something, but it did not exist before. Then I placed a copy of the libclntsh.dylib.10.1 executable file there taken from \Library\Oracle\oracleclient folder that contained the latest unzipped version of Oracle client. And it worked.

The new OCI8 combined with Ruby(i386) seems to be running much better and faster! Ruby running in PPC mode would often crash before and eating up lots of CPU. A+++++!

Thanks a lot for all your work, Brent! Excellent and very helpful instructions!</description>
		<content:encoded><![CDATA[<p>Thanks, Brent. I was able to resolve the issue, and actually the fix turned out to be so simple. </p>
<p>I just created a new path on my drive: /scratch/plebld/208/rdbms/lib/. This is the exact same path referenced by the error message. Probably it would have been created during the full Oracle install or something, but it did not exist before. Then I placed a copy of the libclntsh.dylib.10.1 executable file there taken from \Library\Oracle\oracleclient folder that contained the latest unzipped version of Oracle client. And it worked.</p>
<p>The new OCI8 combined with Ruby(i386) seems to be running much better and faster! Ruby running in PPC mode would often crash before and eating up lots of CPU. A+++++!</p>
<p>Thanks a lot for all your work, Brent! Excellent and very helpful instructions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Miller</title>
		<link>http://www.foliosus.com/2008/05/05/connecting-ruby-on-rails-to-oracle-on-an-intel-mac-in-leopard-take-2/#comment-18067</link>
		<dc:creator>Brent Miller</dc:creator>
		<pubDate>Thu, 08 May 2008 20:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.foliosus.com/?p=99#comment-18067</guid>
		<description>Unfortunately, I have zero experience with NetBeans.  If OCI8 works from IRB, then all of the Ruby-level work is in place and so the problem must be with NetBeans.  If you've got a PPC-only NetBeans codebase, or something similar, that could be causing the problem; beyond that, I'm completely in the dark.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I have zero experience with NetBeans.  If OCI8 works from IRB, then all of the Ruby-level work is in place and so the problem must be with NetBeans.  If you&#8217;ve got a PPC-only NetBeans codebase, or something similar, that could be causing the problem; beyond that, I&#8217;m completely in the dark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuciDreamer</title>
		<link>http://www.foliosus.com/2008/05/05/connecting-ruby-on-rails-to-oracle-on-an-intel-mac-in-leopard-take-2/#comment-18066</link>
		<dc:creator>LuciDreamer</dc:creator>
		<pubDate>Thu, 08 May 2008 19:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.foliosus.com/?p=99#comment-18066</guid>
		<description>I did everything after cleaning up the previous PPC setup and it works in IRB mode. However when calling the OCI8 from NetBeans within the project, it gives the error:

Oracle/OCI libraries could not be loaded: dlopen(/Library/Ruby/Site/1.8/universal-darwin9.0/oci8lib.bundle, 9): Library not loaded: /scratch/plebld/208/rdbms/lib/libclntsh.dylib.10.1
  Referenced from: /Library/Ruby/Site/1.8/universal-darwin9.0/oci8lib.bundle
  Reason: image not found - /Library/Ruby/Site/1.8/universal-darwin9.0/oci8lib.bundle

Any possible suggestions?
Thanks.</description>
		<content:encoded><![CDATA[<p>I did everything after cleaning up the previous PPC setup and it works in IRB mode. However when calling the OCI8 from NetBeans within the project, it gives the error:</p>
<p>Oracle/OCI libraries could not be loaded: dlopen(/Library/Ruby/Site/1.8/universal-darwin9.0/oci8lib.bundle, 9): Library not loaded: /scratch/plebld/208/rdbms/lib/libclntsh.dylib.10.1<br />
  Referenced from: /Library/Ruby/Site/1.8/universal-darwin9.0/oci8lib.bundle<br />
  Reason: image not found - /Library/Ruby/Site/1.8/universal-darwin9.0/oci8lib.bundle</p>
<p>Any possible suggestions?<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
