<?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: How to install DBD::Oracle on Mac OS X</title>
	<atom:link href="http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/</link>
	<description>various musings and babblings.</description>
	<lastBuildDate>Thu, 12 Aug 2010 15:24:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charlie Rose</title>
		<link>http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/comment-page-1/#comment-27090</link>
		<dc:creator>Charlie Rose</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://blacka.com/david/?p=78#comment-27090</guid>
		<description>&lt;p&gt;I know this is an old thread but have been having problems. This workaround worked perfectly, thanks. But prior to finding the workaround I tried installing in CPAN sudo -MCPAN -e shell CPAN&gt;install DBD::Oracle. Now I get this error whenever I run sqlplus:
dyld: Library not loaded: /b/227/rdbms/lib/libodm10.dylib
  Referenced from: /Volumes/u01/app/oracle/product/10.2.0/db_1/bin/oracle
  Reason: image not found
ERROR:
ORA-12547: TNS:lost contact
Workaround is to log in with @sid, e.g. sqlplus scott@sid. Anyone seen this? TIA.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know this is an old thread but have been having problems. This workaround worked perfectly, thanks. But prior to finding the workaround I tried installing in CPAN sudo -MCPAN -e shell CPAN&gt;install DBD::Oracle. Now I get this error whenever I run sqlplus:<br />
dyld: Library not loaded: /b/227/rdbms/lib/libodm10.dylib<br />
  Referenced from: /Volumes/u01/app/oracle/product/10.2.0/db_1/bin/oracle<br />
  Reason: image not found<br />
ERROR:<br />
ORA-12547: TNS:lost contact<br />
Workaround is to log in with @sid, e.g. sqlplus scott@sid. Anyone seen this? TIA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/comment-page-1/#comment-26580</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://blacka.com/david/?p=78#comment-26580</guid>
		<description>&lt;p&gt;I know this is an old thread but just ran into the problem and this workaround worked perfectly. Thanks David.&lt;/p&gt;

&lt;p&gt;@Rob - Don&#039;t comment out the the method definition for dump&lt;em&gt;env&lt;/em&gt;to&lt;em&gt;trace().. just comment out the lines where it is called. For me it was only used once on line 456:
if (DBIS-&gt;debug &gt;= 6 &#124;&#124; dbd&lt;/em&gt;verbose &gt;= 6 )
/&lt;em&gt;dump_env_to_trace();&lt;/em&gt;/&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know this is an old thread but just ran into the problem and this workaround worked perfectly. Thanks David.</p>
<p>@Rob &#8211; Don&#8217;t comment out the the method definition for dump<em>env</em>to<em>trace().. just comment out the lines where it is called. For me it was only used once on line 456:<br />
if (DBIS-&gt;debug &gt;= 6 || dbd</em>verbose &gt;= 6 )<br />
/<em>dump_env_to_trace();</em>/</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raja</title>
		<link>http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/comment-page-1/#comment-26334</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://blacka.com/david/?p=78#comment-26334</guid>
		<description>&lt;p&gt;Thank you for posting this, it worked, and now I feel like I&#039;m living the dream again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for posting this, it worked, and now I feel like I&#8217;m living the dream again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Arenas</title>
		<link>http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/comment-page-1/#comment-25018</link>
		<dc:creator>Rodrigo Arenas</dc:creator>
		<pubDate>Thu, 13 Aug 2009 05:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://blacka.com/david/?p=78#comment-25018</guid>
		<description>&lt;p&gt;Thanks for the tips, some other stuff.. I try on a MBP 2.5 C2D with 10.5.7. I download the last version of the oracle instanclient and i try 64bits... don&#039;t work... work with 32bits version and perl Makefile.PL -l&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, some other stuff.. I try on a MBP 2.5 C2D with 10.5.7. I download the last version of the oracle instanclient and i try 64bits&#8230; don&#8217;t work&#8230; work with 32bits version and perl Makefile.PL -l</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/comment-page-1/#comment-24880</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 05 Aug 2009 14:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blacka.com/david/?p=78#comment-24880</guid>
		<description>&lt;p&gt;Him, Followed your instructions without success. Did &quot;perl Makefile.PL -l &quot; first to include the SDK libraries (also tried without -l). Then edited Makefile, &quot;make&quot; runs okay. If I edit dbdimp.c then make fails. I can find three lines with dump&lt;em&gt;env&lt;/em&gt;to_trace and have commented them out, is this all you meant?&lt;/p&gt;

&lt;p&gt;If I run a test script I get:&lt;/p&gt;

&lt;p&gt;dyld errors for _OCINlsEnvironmentVariabeGet&lt;/p&gt;

&lt;p&gt;Mac OS X 10.5.6
Oracle 10.2.0
Perl 5.10.0
DBD:Oracle 1.23&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Him, Followed your instructions without success. Did &#8220;perl Makefile.PL -l &#8221; first to include the SDK libraries (also tried without -l). Then edited Makefile, &#8220;make&#8221; runs okay. If I edit dbdimp.c then make fails. I can find three lines with dump<em>env</em>to_trace and have commented them out, is this all you meant?</p>
<p>If I run a test script I get:</p>
<p>dyld errors for _OCINlsEnvironmentVariabeGet</p>
<p>Mac OS X 10.5.6<br />
Oracle 10.2.0<br />
Perl 5.10.0<br />
DBD:Oracle 1.23</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blacka.com/david/2008/11/12/how-to-install-dbdoracle-on-mac-os-x/comment-page-1/#comment-21671</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 26 Mar 2009 16:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://blacka.com/david/?p=78#comment-21671</guid>
		<description>&lt;p&gt;Thanks a heap mate, this was all the information I needed to kick me in the right direction.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a heap mate, this was all the information I needed to kick me in the right direction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
