<?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: Playing around with OpenID</title>
	<atom:link href="http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/</link>
	<description>A matter of perspective</description>
	<lastBuildDate>Sun, 01 Nov 2009 01:36:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Jeffrey Vanneste</title>
		<link>http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/comment-page-1/#comment-429</link>
		<dc:creator>Jeffrey Vanneste</dc:creator>
		<pubDate>Tue, 27 Feb 2007 00:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/#comment-429</guid>
		<description>You may have to tweak the comments to work with your theme.  There are some examples in the readme included with the OpenID plugin.  I had to play around with them a little bit so it wouldn&#039;t mess up the layout.</description>
		<content:encoded><![CDATA[<p>You may have to tweak the comments to work with your theme.  There are some examples in the readme included with the OpenID plugin.  I had to play around with them a little bit so it wouldn&#8217;t mess up the layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danolsen</title>
		<link>http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/comment-page-1/#comment-428</link>
		<dc:creator>danolsen</dc:creator>
		<pubDate>Tue, 27 Feb 2007 00:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/#comment-428</guid>
		<description>Nope, that didn&#039;t put the gmp.h file in the $HOME/php5/includes folder.

I switched to including BCMath module when building PHP.

When you installed the OpenID plugin did your comments pages show up as blank pages. That is what mine does.</description>
		<content:encoded><![CDATA[<p>Nope, that didn&#8217;t put the gmp.h file in the $HOME/php5/includes folder.</p>
<p>I switched to including BCMath module when building PHP.</p>
<p>When you installed the OpenID plugin did your comments pages show up as blank pages. That is what mine does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Vanneste</title>
		<link>http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/comment-page-1/#comment-427</link>
		<dc:creator>Jeffrey Vanneste</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/#comment-427</guid>
		<description>When you do these steps:

wget ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.1.tar.gz
tar zxvf gmp-4.2.1.tar.gz
cd gmp-4.2.1
./configure –prefix=${HOME}/php5
nice -n 19 make
make install

It should have put the gmp.h inside the $HOME/php5/includes folder.  Did this step work for you?</description>
		<content:encoded><![CDATA[<p>When you do these steps:</p>
<p>wget <a href="ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.1.tar.gz" rel="nofollow">ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.1.tar.gz</a><br />
tar zxvf gmp-4.2.1.tar.gz<br />
cd gmp-4.2.1<br />
./configure –prefix=${HOME}/php5<br />
nice -n 19 make<br />
make install</p>
<p>It should have put the gmp.h inside the $HOME/php5/includes folder.  Did this step work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danolsen</title>
		<link>http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/comment-page-1/#comment-426</link>
		<dc:creator>danolsen</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/#comment-426</guid>
		<description>I found that the problem was that PHP was dying when I was building it. I am getting an error saying the I need GMP 4.1.2 or greater but I am using GMP 4.2.1. I also noticed that the gmp.h file was not copied to the $HOME/php5/includes directory. Is there more to this then just what you listed here?</description>
		<content:encoded><![CDATA[<p>I found that the problem was that PHP was dying when I was building it. I am getting an error saying the I need GMP 4.1.2 or greater but I am using GMP 4.2.1. I also noticed that the gmp.h file was not copied to the $HOME/php5/includes directory. Is there more to this then just what you listed here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Vanneste</title>
		<link>http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/comment-page-1/#comment-425</link>
		<dc:creator>Jeffrey Vanneste</dc:creator>
		<pubDate>Mon, 26 Feb 2007 18:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/#comment-425</guid>
		<description>If you SSH into your dreamhost account is there a ./cgi-bin/php.cgi file inside your website directory?  It&#039;s possible the PHP5 install script did not copy it to the right place (or maybe not copied at all).  

Verify ~/YourWebsiteFolder/cgi-bin/ exists, if not create it: 
mkdir ~/YourWebsiteFolder/cgi-bin

Then copy the PHP5 binary into that folder with:
cp ~/php5/bin/php ~/YourWebsiteFolder/cgi-bin/php.cgi</description>
		<content:encoded><![CDATA[<p>If you SSH into your dreamhost account is there a ./cgi-bin/php.cgi file inside your website directory?  It&#8217;s possible the PHP5 install script did not copy it to the right place (or maybe not copied at all).  </p>
<p>Verify ~/YourWebsiteFolder/cgi-bin/ exists, if not create it:<br />
mkdir ~/YourWebsiteFolder/cgi-bin</p>
<p>Then copy the PHP5 binary into that folder with:<br />
cp ~/php5/bin/php ~/YourWebsiteFolder/cgi-bin/php.cgi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danolsen</title>
		<link>http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/comment-page-1/#comment-424</link>
		<dc:creator>danolsen</dc:creator>
		<pubDate>Mon, 26 Feb 2007 18:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://jeffrey.vanneste.ca/tech/2007/02/10/playing-around-with-openid/#comment-424</guid>
		<description>I am getting the following 404 error when I followed your directions to install PHP5 with GPM:

The requested URL /cgi-bin/php.cgi/weblog/index.php was not found on this server.

Any ideas what I did wrong?</description>
		<content:encoded><![CDATA[<p>I am getting the following 404 error when I followed your directions to install PHP5 with GPM:</p>
<p>The requested URL /cgi-bin/php.cgi/weblog/index.php was not found on this server.</p>
<p>Any ideas what I did wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

