<?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 Phase Shift</title>
	<atom:link href="http://phaseshiftllc.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://phaseshiftllc.com</link>
	<description>Official Site of Phase Shift, LLC an IT Consulting Group from Baton Rouge, LA</description>
	<lastBuildDate>Fri, 26 Feb 2010 01:46:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Installing MySQL gem on Windows &amp; cygwin for Rails by matt</title>
		<link>http://phaseshiftllc.com/archives/2008/10/26/installing-mysql-gem-on-windows-cygwin-for-rails/comment-page-1#comment-763</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=146#comment-763</guid>
		<description>Guys, thanks for the helpful comments.  I&#039;ve updated this post with the new information.</description>
		<content:encoded><![CDATA[<p>Guys, thanks for the helpful comments.  I&#8217;ve updated this post with the new information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Rails on Windows with Cygwin by Rafael</title>
		<link>http://phaseshiftllc.com/archives/2008/10/02/setting-up-rails-on-windows-with-cygwin/comment-page-1#comment-762</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=109#comment-762</guid>
		<description>i set the host to 127.0.0.1 for client only, not mysqld (since it gave me &#039;unrecognized variable&#039;).  i also changed port to 1033, as i had nothing listening on port 3306.  worked for me.</description>
		<content:encoded><![CDATA[<p>i set the host to 127.0.0.1 for client only, not mysqld (since it gave me &#8216;unrecognized variable&#8217;).  i also changed port to 1033, as i had nothing listening on port 3306.  worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL gem on Windows &amp; cygwin for Rails by Rafael</title>
		<link>http://phaseshiftllc.com/archives/2008/10/26/installing-mysql-gem-on-windows-cygwin-for-rails/comment-page-1#comment-761</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 18 Feb 2010 02:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=146#comment-761</guid>
		<description>guys, i had the same problem with the recursive errors on make install.  first, i recommend running make first and then make install.  second, you have two options to resolve.  one is to get ttydefaults.h and put it in your system directory (as noted above).  the other is to install readline from cygwin so that you can do:

./configure --without readline CFLAG=-02&quot;

See here for more help:
http://bugs.mysql.com/bug.php?id=45057

i would also like to thank the author for showing us the way to get this up and running.</description>
		<content:encoded><![CDATA[<p>guys, i had the same problem with the recursive errors on make install.  first, i recommend running make first and then make install.  second, you have two options to resolve.  one is to get ttydefaults.h and put it in your system directory (as noted above).  the other is to install readline from cygwin so that you can do:</p>
<p>./configure &#8211;without readline CFLAG=-02&#8243;</p>
<p>See here for more help:<br />
<a href="http://bugs.mysql.com/bug.php?id=45057" rel="nofollow">http://bugs.mysql.com/bug.php?id=45057</a></p>
<p>i would also like to thank the author for showing us the way to get this up and running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Rails on Windows with Cygwin by ssaidwho</title>
		<link>http://phaseshiftllc.com/archives/2008/10/02/setting-up-rails-on-windows-with-cygwin/comment-page-1#comment-759</link>
		<dc:creator>ssaidwho</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=109#comment-759</guid>
		<description>I found that in addition to the my.cnf file change, I also needed to set host: 127.0.0.1 in the database.yml file. It was set to localhost previously</description>
		<content:encoded><![CDATA[<p>I found that in addition to the my.cnf file change, I also needed to set host: 127.0.0.1 in the database.yml file. It was set to localhost previously</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL gem on Windows &amp; cygwin for Rails by ssaidwho</title>
		<link>http://phaseshiftllc.com/archives/2008/10/26/installing-mysql-gem-on-windows-cygwin-for-rails/comment-page-1#comment-758</link>
		<dc:creator>ssaidwho</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=146#comment-758</guid>
		<description>I had errors similar to Alexis, but his fixes didn&#039;t work for me. Daren&#039;s suggestion to copy the file from another system did the trick for me:

cp ttydefaults.h /usr/include/sys/

then I ran configure without arguments and make install.

I didn&#039;t try copying from this source, but its probably the same file: http://opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/sys/ttydefaults.h

I checked out the betterlogic solution but couldn&#039;t find the mysql development package in the recommended location</description>
		<content:encoded><![CDATA[<p>I had errors similar to Alexis, but his fixes didn&#8217;t work for me. Daren&#8217;s suggestion to copy the file from another system did the trick for me:</p>
<p>cp ttydefaults.h /usr/include/sys/</p>
<p>then I ran configure without arguments and make install.</p>
<p>I didn&#8217;t try copying from this source, but its probably the same file: <a href="http://opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/sys/ttydefaults.h" rel="nofollow">http://opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/sys/ttydefaults.h</a></p>
<p>I checked out the betterlogic solution but couldn&#8217;t find the mysql development package in the recommended location</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a custom Weave 0.5 server by The cloud: Firefox bookmarks sync &#171; Primal Cortex&#8217;s Weblog</title>
		<link>http://phaseshiftllc.com/archives/2009/10/09/setting-up-a-custom-weave-0-5-server/comment-page-1#comment-593</link>
		<dc:creator>The cloud: Firefox bookmarks sync &#171; Primal Cortex&#8217;s Weblog</dc:creator>
		<pubDate>Wed, 11 Nov 2009 18:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=463#comment-593</guid>
		<description>[...] - You can deploy and use your own Weave server, which solves the lingering question about the privacy of my data: http://phaseshiftllc.com/archives/2009/10/09/setting-up-a-custom-weave-0-5-server [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; You can deploy and use your own Weave server, which solves the lingering question about the privacy of my data: <a href="http://phaseshiftllc.com/archives/2009/10/09/setting-up-a-custom-weave-0-5-server" rel="nofollow">http://phaseshiftllc.com/archives/2009/10/09/setting-up-a-custom-weave-0-5-server</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Secure Subdomains with a Wildcard SSL Certificate by Jaylon</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-491</link>
		<dc:creator>Jaylon</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-491</guid>
		<description>Great post.  I totally agree with you.</description>
		<content:encoded><![CDATA[<p>Great post.  I totally agree with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Secure Subdomains with a Wildcard SSL Certificate by derek</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-415</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Mon, 26 Oct 2009 00:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-415</guid>
		<description>All of the examples, yours (with www) and mine (code.mydomain.com and test.mydomain.com) are subdomains and this is exactly what wildcard certs are for.  You do need to be careful how you create your certs as you can run into issues if you try to use them below the child subdomain level - www.test.mydomain.com is a grandchild of mydomain (www is a child of test and test is a child of mydomain).  For your examples, you would really need certs for *.code.mydomain.com and *.test.mydomain.com (or just use mod_rewrite to drop the www).

Applying wildcard certs is pretty trivial, the real purpose of the article is to show how you can do it through Apache without assigning all of them their own IP (ie - use name based virtual hosts).</description>
		<content:encoded><![CDATA[<p>All of the examples, yours (with www) and mine (code.mydomain.com and test.mydomain.com) are subdomains and this is exactly what wildcard certs are for.  You do need to be careful how you create your certs as you can run into issues if you try to use them below the child subdomain level &#8211; <a href="http://www.test.mydomain.com" rel="nofollow">http://www.test.mydomain.com</a> is a grandchild of mydomain (www is a child of test and test is a child of mydomain).  For your examples, you would really need certs for *.code.mydomain.com and *.test.mydomain.com (or just use mod_rewrite to drop the www).</p>
<p>Applying wildcard certs is pretty trivial, the real purpose of the article is to show how you can do it through Apache without assigning all of them their own IP (ie &#8211; use name based virtual hosts).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple Secure Subdomains with a Wildcard SSL Certificate by R3v0l</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-413</link>
		<dc:creator>R3v0l</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-413</guid>
		<description>They are not subdomains, they are hostnames. www.code.mydomain.com and www.test.mydomain.com. Those subdomains would not be possible to secure with a wildcard certificate.</description>
		<content:encoded><![CDATA[<p>They are not subdomains, they are hostnames. <a href="http://www.code.mydomain.com" rel="nofollow">http://www.code.mydomain.com</a> and <a href="http://www.test.mydomain.com" rel="nofollow">http://www.test.mydomain.com</a>. Those subdomains would not be possible to secure with a wildcard certificate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Rails on Windows with Cygwin by bed</title>
		<link>http://phaseshiftllc.com/archives/2008/10/02/setting-up-rails-on-windows-with-cygwin/comment-page-1#comment-318</link>
		<dc:creator>bed</dc:creator>
		<pubDate>Tue, 22 Sep 2009 20:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=109#comment-318</guid>
		<description>Great Site.Thank for suggesion.</description>
		<content:encoded><![CDATA[<p>Great Site.Thank for suggesion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
