<?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 for Simon&#039;s blog</title>
	<atom:link href="http://www.simon.me.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simon.me.uk</link>
	<description>Sometimes there&#039;ll be tech stuff, sometimes there&#039;s personal notes, and quite often there might be nothing at all.</description>
	<lastBuildDate>Mon, 08 Aug 2011 16:31:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on DBD::mysql, MySQL and OS X Lion by Adam Stoller</title>
		<link>http://www.simon.me.uk/2011/652_dbdmysql-mysql-and-os-x-lion/comment-page-1#comment-145</link>
		<dc:creator>Adam Stoller</dc:creator>
		<pubDate>Mon, 08 Aug 2011 16:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.simon.me.uk/?p=652#comment-145</guid>
		<description>(I&#039;m still searching the web - but as I saw your posting here...)

I have mysql-5.5.14-osx10.6-x86 (although interestingly enough, when I run mysql and do &#039;? version&#039; it comes back with 5.5.16-standard), which I&#039;ve gotten that up and running on Lion and have been using it without any significant problems.

So I went to my Perl installation (it had been 5.8.3 but I was running into all sorts of issues with it, so I downloaded fresh source and built it myself - version 5.14.1) and tried to do a &#039;cpan&#039; installation of DBD::mysql (after having done an installation of DBI) - and it kept failing, so I went to the actual build directory. &#039;make&#039; seems to be fine, but it dies when trying to do a &#039;make test&#039;:

&lt;code&gt;(Macintosh-3) DBD-mysql-4.019-GhjJw_ &gt; &lt;b&gt;sudo make test&lt;/b&gt;
PERL_DL_NONLAZY=1 /usr/local/bin/perl &quot;-MExtUtils::Command::MM&quot; &quot;-e&quot; &quot;test_harness(0, &#039;blib/lib&#039;, &#039;blib/arch&#039;)&quot; t/*.t
t/00base.t .................. 1/6 Bailout called.  Further testing stopped:  Unable to load DBD::mysql

#   Failed test &#039;use DBD::mysql;&#039;
#   at t/00base.t line 21.
#     Tried to use &#039;DBD::mysql&#039;.
#     Error:  Can&#039;t find &#039;boot_DBD__mysql&#039; symbol in /Users/ghoti/.cpan/build/DBD-mysql-4.019-GhjJw_/blib/arch/auto/DBD/mysql/mysql.bundle
#  at (eval 7) line 2
# Compilation failed in require at (eval 7) line 2.
# BEGIN failed--compilation aborted at (eval 7) line 2.
FAILED--Further testing stopped: Unable to load DBD::mysql
make: *** [test_dynamic] Error 255
(Macintosh-3) DBD-mysql-4.019-GhjJw_ &gt; &lt;b&gt;find blib/lib -name &quot;*.pm&quot;&lt;/b&gt;
blib/lib/Bundle/DBD/mysql.pm
blib/lib/DBD/mysql/GetInfo.pm
blib/lib/DBD/mysql.pm&lt;/code&gt;I tried the steps you mentioned with &lt;b&gt;install_name_tool&lt;/b&gt; and &lt;b&gt;otool&lt;/b&gt;, and though they seemed to work (no errors shown) - they didn&#039;t seem to resolve the issue I&#039;m having.

Any ideas?</description>
		<content:encoded><![CDATA[<p>(I&#8217;m still searching the web &#8211; but as I saw your posting here&#8230;)</p>
<p>I have mysql-5.5.14-osx10.6-x86 (although interestingly enough, when I run mysql and do &#8216;? version&#8217; it comes back with 5.5.16-standard), which I&#8217;ve gotten that up and running on Lion and have been using it without any significant problems.</p>
<p>So I went to my Perl installation (it had been 5.8.3 but I was running into all sorts of issues with it, so I downloaded fresh source and built it myself &#8211; version 5.14.1) and tried to do a &#8216;cpan&#8217; installation of DBD::mysql (after having done an installation of DBI) &#8211; and it kept failing, so I went to the actual build directory. &#8216;make&#8217; seems to be fine, but it dies when trying to do a &#8216;make test&#8217;:</p>
<p><code>(Macintosh-3) DBD-mysql-4.019-GhjJw_ &gt; <b>sudo make test</b><br />
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t<br />
t/00base.t .................. 1/6 Bailout called.  Further testing stopped:  Unable to load DBD::mysql</p>
<p>#   Failed test 'use DBD::mysql;'<br />
#   at t/00base.t line 21.<br />
#     Tried to use 'DBD::mysql'.<br />
#     Error:  Can't find 'boot_DBD__mysql' symbol in /Users/ghoti/.cpan/build/DBD-mysql-4.019-GhjJw_/blib/arch/auto/DBD/mysql/mysql.bundle<br />
#  at (eval 7) line 2<br />
# Compilation failed in require at (eval 7) line 2.<br />
# BEGIN failed--compilation aborted at (eval 7) line 2.<br />
FAILED--Further testing stopped: Unable to load DBD::mysql<br />
make: *** [test_dynamic] Error 255<br />
(Macintosh-3) DBD-mysql-4.019-GhjJw_ &gt; <b>find blib/lib -name "*.pm"</b><br />
blib/lib/Bundle/DBD/mysql.pm<br />
blib/lib/DBD/mysql/GetInfo.pm<br />
blib/lib/DBD/mysql.pm</code>I tried the steps you mentioned with <b>install_name_tool</b> and <b>otool</b>, and though they seemed to work (no errors shown) &#8211; they didn&#8217;t seem to resolve the issue I&#8217;m having.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IPv6 and Shartak by Hugo Masupha</title>
		<link>http://www.simon.me.uk/2011/394_ipv6-and-shartak/comment-page-1#comment-132</link>
		<dc:creator>Hugo Masupha</dc:creator>
		<pubDate>Wed, 29 Jun 2011 04:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simon.me.uk/?p=394#comment-132</guid>
		<description>Thank you for bothering to line this all out for all of us. This post has been really helpful to me.</description>
		<content:encoded><![CDATA[<p>Thank you for bothering to line this all out for all of us. This post has been really helpful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ip6tables and CentOS 5.6 by Merlijn</title>
		<link>http://www.simon.me.uk/2011/392_ip6tables-and-centos-5-6/comment-page-1#comment-104</link>
		<dc:creator>Merlijn</dc:creator>
		<pubDate>Fri, 13 May 2011 14:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.simon.me.uk/?p=392#comment-104</guid>
		<description>Yet another hurdle with CentOS&#039; IPv6 support. I have simply disabled IPv6 on CentOS altogether because of the lack of firewalling ability in general, see https://bugzilla.redhat.com/show_bug.cgi?id=243739 for more info.</description>
		<content:encoded><![CDATA[<p>Yet another hurdle with CentOS&#8217; IPv6 support. I have simply disabled IPv6 on CentOS altogether because of the lack of firewalling ability in general, see <a href="https://bugzilla.redhat.com/show_bug.cgi?id=243739" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=243739</a> for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading: Nightlord by Garon Whited by Sean</title>
		<link>http://www.simon.me.uk/2006/194_reading-nightlord-by-garon-whited/comment-page-1#comment-55</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 19 Aug 2006 23:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://wp.simon.me.uk/?p=194#comment-55</guid>
		<description>hi simon .. just noticed on your blog about you reading the Bartimaeus Trilogy - great kids books those ... and also more recently a vampire one ... you might like the story I&#039;m serialising in in Estronomicon magazine (www.screamingdreams.com/ezine.htm) one of the main characters is a vampire!
&#65532;
</description>
		<content:encoded><![CDATA[<p>hi simon .. just noticed on your blog about you reading the Bartimaeus Trilogy &#8211; great kids books those &#8230; and also more recently a vampire one &#8230; you might like the story I&#8217;m serialising in in Estronomicon magazine (www.screamingdreams.com/ezine.htm) one of the main characters is a vampire!<br />
&#65532;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .mobi top level domain.. WHY? by Roger</title>
		<link>http://www.simon.me.uk/2006/191_mobi-top-level-domain-why/comment-page-1#comment-54</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 08 Jun 2006 23:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://wp.simon.me.uk/?p=191#comment-54</guid>
		<description>Duh, it&#039;s so registrars can make more money.
Quick, Company X,  you&#039;d better register your domain before anyone else so they don&#039;t use it against you!
</description>
		<content:encoded><![CDATA[<p>Duh, it&#8217;s so registrars can make more money.<br />
Quick, Company X,  you&#8217;d better register your domain before anyone else so they don&#8217;t use it against you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Safari and multiple tabs by JoshuaL</title>
		<link>http://www.simon.me.uk/2006/188_safari-and-multiple-tabs/comment-page-1#comment-53</link>
		<dc:creator>JoshuaL</dc:creator>
		<pubDate>Sun, 30 Apr 2006 12:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://wp.simon.me.uk/?p=188#comment-53</guid>
		<description>I Simon,
IMHO Safari is nice but not quite nice enough. While the UI is lightening fast to load compared to other browsers I still prefer the Gecko rendering engine to WebKit.
Have you tried Camino?
&lt;a href=&quot;http://www.camino-browser.org&quot; rel=&quot;nofollow&quot;&gt;http://www.camino-browser.org&lt;/a&gt;
Check out My Blog for more open source app&#039;s on Mac OS X. :)
&lt;a href=&quot;http://incandescant.net/cms/?q=node/69&quot; rel=&quot;nofollow&quot;&gt;http://incandescant.net/cms/?q=node/69&lt;/a&gt;
Josh
</description>
		<content:encoded><![CDATA[<p>I Simon,<br />
IMHO Safari is nice but not quite nice enough. While the UI is lightening fast to load compared to other browsers I still prefer the Gecko rendering engine to WebKit.<br />
Have you tried Camino?<br />
<a href="http://www.camino-browser.org" rel="nofollow">http://www.camino-browser.org</a><br />
Check out My Blog for more open source app&#8217;s on Mac OS X. <img src='http://www.simon.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://incandescant.net/cms/?q=node/69" rel="nofollow">http://incandescant.net/cms/?q=node/69</a><br />
Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is a &#8220;Ding dong server&#8221; ? by badhammer</title>
		<link>http://www.simon.me.uk/2006/184_what-is-a-ding-dong-server/comment-page-1#comment-52</link>
		<dc:creator>badhammer</dc:creator>
		<pubDate>Mon, 20 Mar 2006 12:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://wp.simon.me.uk/?p=184#comment-52</guid>
		<description>WTF! ding dong servers? ummmmmm.... no good asnwer as to what that may be.
can you make me a pirate in shartak? i have no other way to get a hold of you.
&lt;a href=&quot;http://www.shartak.com/profile.cgi?id=1337&quot; rel=&quot;nofollow&quot;&gt;http://www.shartak.com/profile.cgi?id=1337&lt;/a&gt; that&#039;s me.
</description>
		<content:encoded><![CDATA[<p>WTF! ding dong servers? ummmmmm&#8230;. no good asnwer as to what that may be.<br />
can you make me a pirate in shartak? i have no other way to get a hold of you.<br />
<a href="http://www.shartak.com/profile.cgi?id=1337" rel="nofollow">http://www.shartak.com/profile.cgi?id=1337</a> that&#8217;s me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shartak by badhammer</title>
		<link>http://www.simon.me.uk/2006/178_shartak/comment-page-1#comment-49</link>
		<dc:creator>badhammer</dc:creator>
		<pubDate>Mon, 20 Mar 2006 12:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://wp.simon.me.uk/?p=178#comment-49</guid>
		<description>simon,
hey, you don&#039;t have an email address posted anywhere on shartak. i, the player have no way to get ahold of you about my want to change my class to a pirate.
&lt;a href=&quot;http://www.shartak.com/profile.cgi?id=1337&quot; rel=&quot;nofollow&quot;&gt;http://www.shartak.com/profile.cgi?id=1337&lt;/a&gt;
there&#039;s my link, it&#039;s only natural for my character to be a pirate sincee that seems mroe like me.
anyway sorry to write about all this as a blog comment. the game is good, i&#039;ve been playing urbandead for a while and i found shartak through an urbandead forum, good stuff. i do find the desire to barricade huts and go for headshots.
anyway, turn me into a pirate!
X badhammer
</description>
		<content:encoded><![CDATA[<p>simon,<br />
hey, you don&#8217;t have an email address posted anywhere on shartak. i, the player have no way to get ahold of you about my want to change my class to a pirate.<br />
<a href="http://www.shartak.com/profile.cgi?id=1337" rel="nofollow">http://www.shartak.com/profile.cgi?id=1337</a><br />
there&#8217;s my link, it&#8217;s only natural for my character to be a pirate sincee that seems mroe like me.<br />
anyway sorry to write about all this as a blog comment. the game is good, i&#8217;ve been playing urbandead for a while and i found shartak through an urbandead forum, good stuff. i do find the desire to barricade huts and go for headshots.<br />
anyway, turn me into a pirate!<br />
X badhammer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is a &#8220;Ding dong server&#8221; ? by Kevan</title>
		<link>http://www.simon.me.uk/2006/184_what-is-a-ding-dong-server/comment-page-1#comment-51</link>
		<dc:creator>Kevan</dc:creator>
		<pubDate>Mon, 20 Mar 2006 10:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://wp.simon.me.uk/?p=184#comment-51</guid>
		<description>Either they&#039;re using a thesaurus a bit carelessly to generate ad content, or their head of advertising is Leslie Phillips.
</description>
		<content:encoded><![CDATA[<p>Either they&#8217;re using a thesaurus a bit carelessly to generate ad content, or their head of advertising is Leslie Phillips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Greasemonkey by Roger</title>
		<link>http://www.simon.me.uk/2006/183_greasemonkey/comment-page-1#comment-50</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 10 Mar 2006 08:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://wp.simon.me.uk/?p=183#comment-50</guid>
		<description>Greasemonkey is pretty neat. I&#039;d not come across it until I saw the first script on the Shartak wiki, so I&#039;m pretty impressed with Shartak because of that :)
It&#039;s so easy as well - I knocked up my own script to help with mapping until I found a better way of doing it.
</description>
		<content:encoded><![CDATA[<p>Greasemonkey is pretty neat. I&#8217;d not come across it until I saw the first script on the Shartak wiki, so I&#8217;m pretty impressed with Shartak because of that <img src='http://www.simon.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It&#8217;s so easy as well &#8211; I knocked up my own script to help with mapping until I found a better way of doing it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

