<?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: Magento pre-checks &#8211; how to install curl, gd, mcrypt, and pdo using cpanel whm &#8211; yeah its easy!</title>
	<atom:link href="http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/feed" rel="self" type="application/rss+xml" />
	<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy</link>
	<description>IT Services for Non-Profit&#039;s, Churchs, and Small Business</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:12:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Magento Theme</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/comment-page-1#comment-149</link>
		<dc:creator>Magento Theme</dc:creator>
		<pubDate>Sat, 16 Jul 2011 09:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://sannsack.com/?p=302#comment-149</guid>
		<description>Thanks for this awesome information.</description>
		<content:encoded><![CDATA[<p>Thanks for this awesome information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/comment-page-1#comment-130</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Thu, 31 Mar 2011 04:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://sannsack.com/?p=302#comment-130</guid>
		<description>you saved my life!
Thanks!</description>
		<content:encoded><![CDATA[<p>you saved my life!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/comment-page-1#comment-113</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 26 Aug 2010 08:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://sannsack.com/?p=302#comment-113</guid>
		<description>wow, congratulations, and thanks a lot for the time you helped me save.</description>
		<content:encoded><![CDATA[<p>wow, congratulations, and thanks a lot for the time you helped me save.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsackr</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/comment-page-1#comment-107</link>
		<dc:creator>dsackr</dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://sannsack.com/?p=302#comment-107</guid>
		<description>@Andy,  I had a similar error but I solved it by re-compiling mysql (using easyapache in cpanel) using InnoDB.

Then I reinstalled Magento... that worked for me as far as I can remember it... let me know if you figured it out...</description>
		<content:encoded><![CDATA[<p>@Andy,  I had a similar error but I solved it by re-compiling mysql (using easyapache in cpanel) using InnoDB.</p>
<p>Then I reinstalled Magento&#8230; that worked for me as far as I can remember it&#8230; let me know if you figured it out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/comment-page-1#comment-103</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 14 Jul 2010 21:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://sannsack.com/?p=302#comment-103</guid>
		<description>You are right, o wise one.  I am running into another wall, or two again.

After some digging I found that the MySQL default storage had to be changed to InnoDB.  I did that by going into my.cnf and change it to:

[mysqld]
#skip-innodb
default-storage_engine = InnoDB

And restarted MySQL.  Just when I was about to pat myself on the back, all of a sudden an Internal Server Error pops up when I attempt to install Magento. 

Error log shows:
&quot;PHP Startup: Unable to load dynamic library&quot; for all those PHP extensions.  

I&#039;m at a loss at this point.  Any help you can provide will be much appreciated.  Thanks in advance!</description>
		<content:encoded><![CDATA[<p>You are right, o wise one.  I am running into another wall, or two again.</p>
<p>After some digging I found that the MySQL default storage had to be changed to InnoDB.  I did that by going into my.cnf and change it to:</p>
<p>[mysqld]<br />
#skip-innodb<br />
default-storage_engine = InnoDB</p>
<p>And restarted MySQL.  Just when I was about to pat myself on the back, all of a sudden an Internal Server Error pops up when I attempt to install Magento. </p>
<p>Error log shows:<br />
&#8220;PHP Startup: Unable to load dynamic library&#8221; for all those PHP extensions.  </p>
<p>I&#8217;m at a loss at this point.  Any help you can provide will be much appreciated.  Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsackr</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/comment-page-1#comment-101</link>
		<dc:creator>dsackr</dc:creator>
		<pubDate>Tue, 13 Jul 2010 21:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://sannsack.com/?p=302#comment-101</guid>
		<description>Don&#039;t thank me yet Andy - This is just the first step to getting Magento installed... feel free to ping me with questions - If I haven&#039;t already written a post on it, I can always add...</description>
		<content:encoded><![CDATA[<p>Don&#8217;t thank me yet Andy &#8211; This is just the first step to getting Magento installed&#8230; feel free to ping me with questions &#8211; If I haven&#8217;t already written a post on it, I can always add&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://sannsack.com/technology/magento-pre-checks-how-to-install-curl-gd-mcrypt-and-pdo-using-cpanel-whm-yeah-its-easy/comment-page-1#comment-100</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 13 Jul 2010 21:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://sannsack.com/?p=302#comment-100</guid>
		<description>Thank you!  You&#039;re a life saver!</description>
		<content:encoded><![CDATA[<p>Thank you!  You&#8217;re a life saver!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

