<?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: Mac OS X &#8220;Snow Leopard&#8221; (10.6) and Perl</title>
	<atom:link href="http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/</link>
	<description>my ramblings on life, work &#38; anything left in-between</description>
	<lastBuildDate>Sat, 11 Feb 2012 02:28:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Rev John</title>
		<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/#comment-1417</link>
		<dc:creator><![CDATA[Rev John]]></dc:creator>
		<pubDate>Fri, 01 Jul 2011 19:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=831#comment-1417</guid>
		<description><![CDATA[THANK YOU THNAK YUO TANHK YOU !@#!#!!!#!#!!!

Upgrade to 10.6 was a downgrade for Perl, specifically GD image generation.

Clearly a 32 versus 64 problem and improper install of 10.6.

But, I did not know where to fix it, and HOW SIMPLE WAS THIS!

THANK YOU.
Rev John.]]></description>
		<content:encoded><![CDATA[<p>THANK YOU THNAK YUO TANHK YOU !@#!#!!!#!#!!!</p>
<p>Upgrade to 10.6 was a downgrade for Perl, specifically GD image generation.</p>
<p>Clearly a 32 versus 64 problem and improper install of 10.6.</p>
<p>But, I did not know where to fix it, and HOW SIMPLE WAS THIS!</p>
<p>THANK YOU.<br />
Rev John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing DBD::mysql with MAMP &#124; BlockQuote</title>
		<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/#comment-1375</link>
		<dc:creator><![CDATA[Installing DBD::mysql with MAMP &#124; BlockQuote]]></dc:creator>
		<pubDate>Wed, 02 Feb 2011 14:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=831#comment-1375</guid>
		<description><![CDATA[[...] new MacBook is running Snow Leopard which comes with several installations of Perl, the default being version 5.10, 64 bit. MAMP runs a 32 bit MySQL version (the one I run is 5.1.44 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] new MacBook is running Snow Leopard which comes with several installations of Perl, the default being version 5.10, 64 bit. MAMP runs a 32 bit MySQL version (the one I run is 5.1.44 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: draegtun</title>
		<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/#comment-1241</link>
		<dc:creator><![CDATA[draegtun]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 09:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=831#comment-1241</guid>
		<description><![CDATA[Hi Jason,

Doing `strings` on each perl binary file does provide a bit more info.  I think the /usr/bin/perl is not the perl VM but an Apple version switcher executable.  In fact its not even clear that /usr/bin/perl5.8.9 and /usr/bin/perl5.10.0 are VM&#039;s but  instead also just wrappers.

So running /usr/bin/perl5.10.0 will probably always run 5.10.0 but it still also checks the VERSIONER_PERL_PREFER_32_BIT env variable.

BTW: If you building CPAN module directly with Apple&#039;s Perl then you may have trouble switching between versions (especially worrying would be 32bit to 64bit).  No idea if Apple has catered for this?

/I3az/]]></description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>Doing `strings` on each perl binary file does provide a bit more info.  I think the /usr/bin/perl is not the perl VM but an Apple version switcher executable.  In fact its not even clear that /usr/bin/perl5.8.9 and /usr/bin/perl5.10.0 are VM&#8217;s but  instead also just wrappers.</p>
<p>So running /usr/bin/perl5.10.0 will probably always run 5.10.0 but it still also checks the VERSIONER_PERL_PREFER_32_BIT env variable.</p>
<p>BTW: If you building CPAN module directly with Apple&#8217;s Perl then you may have trouble switching between versions (especially worrying would be 32bit to 64bit).  No idea if Apple has catered for this?</p>
<p>/I3az/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason mazzotta</title>
		<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/#comment-1238</link>
		<dc:creator><![CDATA[jason mazzotta]]></dc:creator>
		<pubDate>Sun, 27 Jun 2010 17:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=831#comment-1238</guid>
		<description><![CDATA[This seems like a really easy quick switch to make, but this doesn&#039;t seem to work for me.  I look at /usr/bin/perl, do an `ls -l` and `file` on it and get:

-rwxr-xr-x  1 root  wheel  86000 Jun 24  2009 perl

perl: Mach-O universal binary with 3 architectures
perl (for architecture x86_64):	Mach-O 64-bit executable x86_64
perl (for architecture i386):	Mach-O executable i386
perl (for architecture ppc7400):	Mach-O executable ppc

if I do an `ls -l` and `file` on per5.10.0, I get:

-rwxr-xr-x  1 root  wheel  51200 Jun 24  2009 perl5.10.0

perl5.10.0: Mach-O universal binary with 3 architectures
perl5.10.0 (for architecture x86_64):	Mach-O 64-bit executable x86_64
perl5.10.0 (for architecture i386):	Mach-O executable i386
perl5.10.0 (for architecture ppc7400):	Mach-O executable ppc

So, they appear to be compiled in the same way, but their not the same file.  If I simply move perl to perl.old and symbolically link perl5.8.9 to perl, I don&#039;t get errors when I try to build the DBD::mysql PERL module.]]></description>
		<content:encoded><![CDATA[<p>This seems like a really easy quick switch to make, but this doesn&#8217;t seem to work for me.  I look at /usr/bin/perl, do an `ls -l` and `file` on it and get:</p>
<p>-rwxr-xr-x  1 root  wheel  86000 Jun 24  2009 perl</p>
<p>perl: Mach-O universal binary with 3 architectures<br />
perl (for architecture x86_64):	Mach-O 64-bit executable x86_64<br />
perl (for architecture i386):	Mach-O executable i386<br />
perl (for architecture ppc7400):	Mach-O executable ppc</p>
<p>if I do an `ls -l` and `file` on per5.10.0, I get:</p>
<p>-rwxr-xr-x  1 root  wheel  51200 Jun 24  2009 perl5.10.0</p>
<p>perl5.10.0: Mach-O universal binary with 3 architectures<br />
perl5.10.0 (for architecture x86_64):	Mach-O 64-bit executable x86_64<br />
perl5.10.0 (for architecture i386):	Mach-O executable i386<br />
perl5.10.0 (for architecture ppc7400):	Mach-O executable ppc</p>
<p>So, they appear to be compiled in the same way, but their not the same file.  If I simply move perl to perl.old and symbolically link perl5.8.9 to perl, I don&#8217;t get errors when I try to build the DBD::mysql PERL module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perl and Mac OS X versions &#171; transfixed but not dead!</title>
		<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/#comment-1104</link>
		<dc:creator><![CDATA[Perl and Mac OS X versions &#171; transfixed but not dead!]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 10:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=831#comment-1104</guid>
		<description><![CDATA[[...] Mac OS X “Snow Leopard” (10.6) and Perl [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Mac OS X “Snow Leopard” (10.6) and Perl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Mac OS X “Snow Leopard” (10.6) and Perl « transfixed but not dead! -- Topsy.com</title>
		<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/#comment-1100</link>
		<dc:creator><![CDATA[Tweets that mention Mac OS X “Snow Leopard” (10.6) and Perl « transfixed but not dead! -- Topsy.com]]></dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=831#comment-1100</guid>
		<description><![CDATA[[...] This post was mentioned on Twitter by Dahveeth Moreno and Alvaro Lopez Ortega, alex k.. alex k. said: RT @tm_technology Mac OS X “Snow Leopard” (10.6) and Perl « transfixed but not dead! http://bit.ly/8UGgpI [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Dahveeth Moreno and Alvaro Lopez Ortega, alex k.. alex k. said: RT @tm_technology Mac OS X “Snow Leopard” (10.6) and Perl « transfixed but not dead! <a href="http://bit.ly/8UGgpI" rel="nofollow">http://bit.ly/8UGgpI</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac OS X “Snow Leopard” (10.6) and Perl &#171; Chicago Mac/PC Support</title>
		<link>http://transfixedbutnotdead.com/2010/01/24/mac-os-x-snow-leopard-10-6-and-perl/#comment-1099</link>
		<dc:creator><![CDATA[Mac OS X “Snow Leopard” (10.6) and Perl &#171; Chicago Mac/PC Support]]></dc:creator>
		<pubDate>Sun, 24 Jan 2010 21:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=831#comment-1099</guid>
		<description><![CDATA[[...] Mac OS X “Snow Leopard” (10.6) and&#160;Perl  This is very helpful if you want to change the versions of perl you are using on Snow Leopard. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Mac OS X “Snow Leopard” (10.6) and&nbsp;Perl  This is very helpful if you want to change the versions of perl you are using on Snow Leopard. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

