<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Michael Gracie &#187; mcrypt</title>
	<atom:link href="http://michaelgracie.com/tag/mcrypt/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelgracie.com</link>
	<description>Clever Tagline Unavailable At Publication Time</description>
	<pubDate>Tue, 02 Dec 2008 19:53:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Have Fedora, but no mcrypt functionality for PHP?</title>
		<link>http://michaelgracie.com/2008/02/21/have-fedora-but-no-mcrypt-functionality-for-php/</link>
		<comments>http://michaelgracie.com/2008/02/21/have-fedora-but-no-mcrypt-functionality-for-php/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 18:20:17 +0000</pubDate>
		<dc:creator>Michael Gracie</dc:creator>
		
		<category><![CDATA[Office]]></category>

		<category><![CDATA[Fedora]]></category>

		<category><![CDATA[mcrypt]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://michaelgracie.com/2008/02/21/have-fedora-but-no-mcrypt-functionality-for-php/</guid>
		<description><![CDATA[Easy fix, despite the official line from PHP which says you need to recompile PHP &#8211;with-mcrypt.
I&#8217;ll caveat this by stating I&#8217;m using Fedora Core 7&#8230;
1) At the terminal, su root - you are now going to yum, not ./configure, make, and make install&#8230;
2) yum install mcrypt - this will get you libmcrypt, mhash, and mcrypt
3) [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Easy fix, despite <a href="http://us.php.net/mcrypt">the official line from PHP</a> which says you need to recompile PHP &#8211;with-mcrypt.</p>
<p>I&#8217;ll caveat this by stating I&#8217;m using Fedora Core 7&#8230;</p>
<p>1) At the terminal, su root - you are now going to yum, not ./configure, make, and make install&#8230;</p>
<p>2) yum install mcrypt - this will get you libmcrypt, mhash, and mcrypt</p>
<p>3) yum install php-mcrypt - this will get you the functionality within PHP</p>
<p>Uh&#8230;done (without hassles).</p>
<!-- sphereit end -->]]></content:encoded>
			<wfw:commentRss>http://michaelgracie.com/2008/02/21/have-fedora-but-no-mcrypt-functionality-for-php/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
