<?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 Rick Cognyl Fournier</title>
	<atom:link href="http://rick.cognyl.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rick.cognyl.com</link>
	<description>My personal weblog, various tidbits of good stuff.</description>
	<lastBuildDate>Wed, 11 Nov 2009 18:43:02 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Flash Player 10 on FreeBSD 7.2-STABLE by neuro</title>
		<link>http://rick.cognyl.com/archives/599/comment-page-1/#comment-424</link>
		<dc:creator>neuro</dc:creator>
		<pubDate>Wed, 11 Nov 2009 18:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://rick.cognyl.com/?p=599#comment-424</guid>
		<description>tnx dude</description>
		<content:encoded><![CDATA[<p>tnx dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing the #MySQL 5.1.x br&#8230; by Rick Cognyl Fournier</title>
		<link>http://rick.cognyl.com/archives/580/comment-page-1/#comment-14</link>
		<dc:creator>Rick Cognyl Fournier</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://rick.cognyl.com/archives/580#comment-14</guid>
		<description>Compiled using, BUILD_OPTIMIZED=YES BUILD_STATIC=YES WITH_PROC_SCOPE_PTH=yes

Using WITH_LINUXTHREADS=yes just wont compile :(

Upgrades are done and the loads are looking good.</description>
		<content:encoded><![CDATA[<p>Compiled using, BUILD_OPTIMIZED=YES BUILD_STATIC=YES WITH_PROC_SCOPE_PTH=yes</p>
<p>Using WITH_LINUXTHREADS=yes just wont compile <img src='http://rick.cognyl.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Upgrades are done and the loads are looking good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-building MySQL with Linuxth&#8230; by Rick Cognyl Fournier</title>
		<link>http://rick.cognyl.com/archives/572/comment-page-1/#comment-13</link>
		<dc:creator>Rick Cognyl Fournier</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://rick.cognyl.com/archives/572#comment-13</guid>
		<description>MySQL 6 failed to compile with Linux Threads on FreeBSD 7, going with MySQL 5.1.39 on the production servers, gonna debug what threads to use from there. Last time I managed to run MySQL with multithreads was with MySQL 4.x on FreeBSD 5.x.

I&#039;m reading now native pthreads on FreeBSD will do the job!</description>
		<content:encoded><![CDATA[<p>MySQL 6 failed to compile with Linux Threads on FreeBSD 7, going with MySQL 5.1.39 on the production servers, gonna debug what threads to use from there. Last time I managed to run MySQL with multithreads was with MySQL 4.x on FreeBSD 5.x.</p>
<p>I&#8217;m reading now native pthreads on FreeBSD will do the job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-building MySQL with Linuxth&#8230; by Rick Cognyl Fournier</title>
		<link>http://rick.cognyl.com/archives/572/comment-page-1/#comment-11</link>
		<dc:creator>Rick Cognyl Fournier</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://rick.cognyl.com/archives/572#comment-11</guid>
		<description>Didn&#039;t work... Gonna try MySQL 6.0 in the next hour.

configure: error: No size for char type.
A likely cause for this could be that there isn&#039;t any
static libraries installed. You can verify this by checking if you have libm.a
in /lib, /usr/lib or some other standard place.  If this is the problem,
install the static libraries and try again.  If this isn&#039;t the problem,
examine config.log for possible errors.  If you want to report this, use
&#039;scripts/mysqlbug&#039; and include at least the last 20 rows from config.log!
===&gt;  Script &quot;configure&quot; failed unexpectedly.
Please report the problem to ale@FreeBSD.org [maintainer] and attach the
&quot;/usr/ports/databases/mysql50-server/work/mysql-5.0.86/config.log&quot; including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work&#8230; Gonna try MySQL 6.0 in the next hour.</p>
<p>configure: error: No size for char type.<br />
A likely cause for this could be that there isn&#8217;t any<br />
static libraries installed. You can verify this by checking if you have libm.a<br />
in /lib, /usr/lib or some other standard place.  If this is the problem,<br />
install the static libraries and try again.  If this isn&#8217;t the problem,<br />
examine config.log for possible errors.  If you want to report this, use<br />
&#8217;scripts/mysqlbug&#8217; and include at least the last 20 rows from config.log!<br />
===>  Script &#8220;configure&#8221; failed unexpectedly.<br />
Please report the problem to <a href="mailto:ale@FreeBSD.org">ale@FreeBSD.org</a> [maintainer] and attach the<br />
&#8220;/usr/ports/databases/mysql50-server/work/mysql-5.0.86/config.log&#8221; including<br />
the output of the failure of your make command. Also, it might be a good idea<br />
to provide an overview of all packages installed on your system (e.g. an `ls<br />
/var/db/pkg`).<br />
*** Error code 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrading to firefox 3.5.3. by Rick Cognyl Fournier</title>
		<link>http://rick.cognyl.com/archives/441/comment-page-1/#comment-3</link>
		<dc:creator>Rick Cognyl Fournier</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://rick.cognyl.com/2009/09/30/upgrading-to-firefox-3-5-3/#comment-3</guid>
		<description>Why did I not do this before! it&#039;s a great release :)</description>
		<content:encoded><![CDATA[<p>Why did I not do this before! it&#8217;s a great release <img src='http://rick.cognyl.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by The Cognyl Family – The Cognyl Family</title>
		<link>http://rick.cognyl.com/comment-page-1/#comment-2</link>
		<dc:creator>The Cognyl Family – The Cognyl Family</dc:creator>
		<pubDate>Mon, 28 Sep 2009 19:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://rick.cognyl.com/?page_id=2#comment-2</guid>
		<description>[...] The Cognyl Family - New website created for the Cognyl family by Rick Cognyl Fournier. [...]</description>
		<content:encoded><![CDATA[<p>[...] The Cognyl Family &#8211; New website created for the Cognyl family by Rick Cognyl Fournier. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
