<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to setup Ruby and Oracle Instant Client on Snow Leopard</title>
	<atom:link href="http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/</link>
	<description>About Ruby, Oracle, Mac and others</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:18:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: JulesLt</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1230</link>
		<dc:creator>JulesLt</dc:creator>
		<pubDate>Wed, 28 Jul 2010 00:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1230</guid>
		<description>Thanks - this entry helped sort my more general &#039;getting the Pro*C compiler to work&#039; problem with OS X (main problem - I already had 32-bit instantclient installed prior to Snow Leopard upgrade, so linked problems - but prior to that it was trying to link to an (empty) .so under the main /oracle install.

The key was installing the instantclient SDK and getting that in the link path, and then setting the arch flags - I don&#039;t think you can get &#039;proc&#039; working using just the Database and Database companion CD alone (no demo make file, no libclntsh.dylib).

I wonder if that would be worth a blog entry in itself?</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this entry helped sort my more general &#8216;getting the Pro*C compiler to work&#8217; problem with OS X (main problem &#8211; I already had 32-bit instantclient installed prior to Snow Leopard upgrade, so linked problems &#8211; but prior to that it was trying to link to an (empty) .so under the main /oracle install.</p>
<p>The key was installing the instantclient SDK and getting that in the link path, and then setting the arch flags &#8211; I don&#8217;t think you can get &#8216;proc&#8217; working using just the Database and Database companion CD alone (no demo make file, no libclntsh.dylib).</p>
<p>I wonder if that would be worth a blog entry in itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosetta stone language</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1226</link>
		<dc:creator>rosetta stone language</dc:creator>
		<pubDate>Fri, 23 Jul 2010 18:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1226</guid>
		<description>Sweet site, I hadn&#039;t noticed blog.rayapps.com before in my searches! Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Sweet site, I hadn&#8217;t noticed blog.rayapps.com before in my searches! Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1223</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1223</guid>
		<description>Ok- school boy error- when i saw the log also had:

checking for load library path... 
  DYLD_LIBRARY_PATH... 
    checking /usr/local/oracle/instantclient_10_2...   skip: /usr/local/oracle/instantclient_10_2/libclntsh.dylib.10.1 is for i386 cpu.

I realised I had downloaded the 32 bit version not the 64 bit.

Bit of a mistake there ;)</description>
		<content:encoded><![CDATA[<p>Ok- school boy error- when i saw the log also had:</p>
<p>checking for load library path&#8230;<br />
  DYLD_LIBRARY_PATH&#8230;<br />
    checking /usr/local/oracle/instantclient_10_2&#8230;   skip: /usr/local/oracle/instantclient_10_2/libclntsh.dylib.10.1 is for i386 cpu.</p>
<p>I realised I had downloaded the 32 bit version not the 64 bit.</p>
<p>Bit of a mistake there ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1222</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1222</guid>
		<description>Hi,

I&#039;ve followed the instructions but when I try to run

sudo env DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH ARCHFLAGS=&quot;-arch x86_64&quot; gem install ruby-oci8


I get 

---------------------------------------------------
Error Message:
  Set the environment variable ORACLE_HOME if Oracle Full Client.
  Append the path of Oracle client libraries to DYLD_LIBRARY_PATH if Oracle Instant Client.


  
DYLD_LIBRARY_PATH is set to &quot;/usr/local/oracle/instantclient_10_2&quot; and the instand client is at /usr/local/oracle/instantclient_10_2

Has anyone experienced this issue?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve followed the instructions but when I try to run</p>
<p>sudo env DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install ruby-oci8</p>
<p>I get </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Error Message:<br />
  Set the environment variable ORACLE_HOME if Oracle Full Client.<br />
  Append the path of Oracle client libraries to DYLD_LIBRARY_PATH if Oracle Instant Client.</p>
<p>DYLD_LIBRARY_PATH is set to &#8220;/usr/local/oracle/instantclient_10_2&#8243; and the instand client is at /usr/local/oracle/instantclient_10_2</p>
<p>Has anyone experienced this issue?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: send9</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1213</link>
		<dc:creator>send9</dc:creator>
		<pubDate>Fri, 02 Jul 2010 19:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1213</guid>
		<description>Thanks, was having problems and it was because I was missing the second symlink. Works now, thanks!</description>
		<content:encoded><![CDATA[<p>Thanks, was having problems and it was because I was missing the second symlink. Works now, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szczyrk</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1207</link>
		<dc:creator>szczyrk</dc:creator>
		<pubDate>Wed, 23 Jun 2010 10:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1207</guid>
		<description>Hello, I found this post via google. Great post and materials.</description>
		<content:encoded><![CDATA[<p>Hello, I found this post via google. Great post and materials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACC</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1203</link>
		<dc:creator>ACC</dc:creator>
		<pubDate>Thu, 17 Jun 2010 14:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1203</guid>
		<description>@Alain, We had the same problem copying over from a PC. We ended up retyping in the tnsnames.ora file. We could have probably run it through a filter but it was a short file and easier to retype. Also, on Leopard, we needed to use an upper case TNSNAMES.ora. The good news is that you have connectivity through the stack!</description>
		<content:encoded><![CDATA[<p>@Alain, We had the same problem copying over from a PC. We ended up retyping in the tnsnames.ora file. We could have probably run it through a filter but it was a short file and easier to retype. Also, on Leopard, we needed to use an upper case TNSNAMES.ora. The good news is that you have connectivity through the stack!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1202</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1202</guid>
		<description>Hi,

I followed the instruction above, copying everything in the same folder as the author, but I am getting this error:

oci8.c:248:in oci8lib.bundle: ORA-12545: Connect failed because target host or object does not exist (OCIError)
	from -e:1:in `new&#039;
	from -e:1

As far as I know, the name I supplied in the TSNAME file are correct since it is a cut&amp;paste from another machine (a PC) for which everything is working. I have installed both 2.0.3 and 2.0.7 ruby-oci8 gems.

Running a brand new 13&quot; MacBook Pro</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed the instruction above, copying everything in the same folder as the author, but I am getting this error:</p>
<p>oci8.c:248:in oci8lib.bundle: ORA-12545: Connect failed because target host or object does not exist (OCIError)<br />
	from -e:1:in `new&#8217;<br />
	from -e:1</p>
<p>As far as I know, the name I supplied in the TSNAME file are correct since it is a cut&amp;paste from another machine (a PC) for which everything is working. I have installed both 2.0.3 and 2.0.7 ruby-oci8 gems.</p>
<p>Running a brand new 13&#8243; MacBook Pro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robby Riessen</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1197</link>
		<dc:creator>Robby Riessen</dc:creator>
		<pubDate>Tue, 25 May 2010 11:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1197</guid>
		<description>I love the layout</description>
		<content:encoded><![CDATA[<p>I love the layout</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.rayapps.com/2009/09/06/how-to-setup-ruby-and-oracle-instant-client-on-snow-leopard/#comment-1188</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 06 May 2010 21:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://rayapps.wordpress.com/?p=96#comment-1188</guid>
		<description>For me to work, I had to add the ORACLE_HOME into the command line.  Someway this environment variable was getting wiped out and/or ignored.

sudo env ORACLE_HOME=$ORACLE_HOME DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH ARCHFLAGS=&quot;-arch x86_64&quot; gem install ruby-oci8</description>
		<content:encoded><![CDATA[<p>For me to work, I had to add the ORACLE_HOME into the command line.  Someway this environment variable was getting wiped out and/or ignored.</p>
<p>sudo env ORACLE_HOME=$ORACLE_HOME DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH ARCHFLAGS=&#8221;-arch x86_64&#8243; gem install ruby-oci8</p>
]]></content:encoded>
	</item>
</channel>
</rss>