<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Configure php5-mcrypt with php5-fpm (Ubuntu 14.04)	</title>
	<atom:link href="https://davekz.com/mcrypt-php-fpm-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://davekz.com/mcrypt-php-fpm-ubuntu/</link>
	<description>The Trials and Tribulations of a Programming Ninja</description>
	<lastBuildDate>Sun, 14 Jan 2018 14:11:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>
		By: Manny Fu		</title>
		<link>https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-57156</link>

		<dc:creator><![CDATA[Manny Fu]]></dc:creator>
		<pubDate>Sun, 14 Jan 2018 14:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davekz.com/?p=730#comment-57156</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-5012&quot;&gt;David Kryzaniak&lt;/a&gt;.

I just installed on a node running 14.04. It does require the symlink. I realize this post might be dated and things might have changed.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-5012">David Kryzaniak</a>.</p>
<p>I just installed on a node running 14.04. It does require the symlink. I realize this post might be dated and things might have changed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: baser		</title>
		<link>https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-43406</link>

		<dc:creator><![CDATA[baser]]></dc:creator>
		<pubDate>Thu, 12 Nov 2015 13:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.davekz.com/?p=730#comment-43406</guid>

					<description><![CDATA[Hi.
Thank you very much.]]></description>
			<content:encoded><![CDATA[<p>Hi.<br />
Thank you very much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arran Fraser		</title>
		<link>https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-38034</link>

		<dc:creator><![CDATA[Arran Fraser]]></dc:creator>
		<pubDate>Wed, 11 Feb 2015 12:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.davekz.com/?p=730#comment-38034</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-19265&quot;&gt;Andrea Grandi&lt;/a&gt;.

This happened to me too Andrea.  I eventually discovered that the libmcrypt files themselves were missing.  Something like this is what fixed it for me:

[code]
apt-get remove php5-mcrypt
apt-get autoremove
apt-get install php5-fpm
apt-get install php5-mcrypt
[/code]]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-19265">Andrea Grandi</a>.</p>
<p>This happened to me too Andrea.  I eventually discovered that the libmcrypt files themselves were missing.  Something like this is what fixed it for me:</p>
<p>[code]<br />
apt-get remove php5-mcrypt<br />
apt-get autoremove<br />
apt-get install php5-fpm<br />
apt-get install php5-mcrypt<br />
[/code]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peacengell		</title>
		<link>https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-26606</link>

		<dc:creator><![CDATA[peacengell]]></dc:creator>
		<pubDate>Mon, 17 Nov 2014 18:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.davekz.com/?p=730#comment-26606</guid>

					<description><![CDATA[Hi guys I&#039;m having the same errors as @Andrea Grandi 

any solution out there ?

Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hi guys I&#8217;m having the same errors as @Andrea Grandi </p>
<p>any solution out there ?</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrea Grandi		</title>
		<link>https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-19265</link>

		<dc:creator><![CDATA[Andrea Grandi]]></dc:creator>
		<pubDate>Wed, 03 Sep 2014 11:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davekz.com/?p=730#comment-19265</guid>

					<description><![CDATA[Hi, excuse me, but I&#039;ve Ubuntu 14.04, Nginx and php5-fpm installed and running.
There is no /etc/php5/conf.d/ directory. &quot;conf.d&quot; is under /etc/php5/fpm/conf.d/
Anyway... the file mcrypt.ini is there, I also enabled it with command php5enmod mcrypt and I verified that is there with this:

andrea@andreagrandi:/etc/php5$ php5-fpm -m &#124; grep mcrypt
mcrypt

but when I try to use a Wordpress plugin that requires it, I get the same error that the library is missing.

How can I fix this?]]></description>
			<content:encoded><![CDATA[<p>Hi, excuse me, but I&#8217;ve Ubuntu 14.04, Nginx and php5-fpm installed and running.<br />
There is no /etc/php5/conf.d/ directory. &#8220;conf.d&#8221; is under /etc/php5/fpm/conf.d/<br />
Anyway&#8230; the file mcrypt.ini is there, I also enabled it with command php5enmod mcrypt and I verified that is there with this:</p>
<p>andrea@andreagrandi:/etc/php5$ php5-fpm -m | grep mcrypt<br />
mcrypt</p>
<p>but when I try to use a WordPress plugin that requires it, I get the same error that the library is missing.</p>
<p>How can I fix this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Kryzaniak		</title>
		<link>https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-5012</link>

		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Tue, 01 Jul 2014 18:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davekz.com/?p=730#comment-5012</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-4984&quot;&gt;Dmitry V. Alexeev&lt;/a&gt;.

Hi Dmitry,

The symlink is necessary in 14.04 (I should have cited this bug report in my initial post: https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1318021)

Also, you are correct, I did not need to restart nginx after the install. I did any ways just to be thorough. 

-Dave]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-4984">Dmitry V. Alexeev</a>.</p>
<p>Hi Dmitry,</p>
<p>The symlink is necessary in 14.04 (I should have cited this bug report in my initial post: <a href="https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1318021" rel="nofollow ugc">https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1318021</a>)</p>
<p>Also, you are correct, I did not need to restart nginx after the install. I did any ways just to be thorough. </p>
<p>-Dave</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dmitry V. Alexeev		</title>
		<link>https://davekz.com/mcrypt-php-fpm-ubuntu/#comment-4984</link>

		<dc:creator><![CDATA[Dmitry V. Alexeev]]></dc:creator>
		<pubDate>Tue, 01 Jul 2014 11:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davekz.com/?p=730#comment-4984</guid>

					<description><![CDATA[Hello David! 

There are some unnecessary steps in your tutorial. First of all you don&#039;t need to restart nginx. php5-fpm has nothing to do with nginx. Nginx is just a proxy server. And you don&#039;t need to create a symlink.

1. apt-get install php5-mcrypt
2. php5enmod mcrypt
3. service restart php5-fpm]]></description>
			<content:encoded><![CDATA[<p>Hello David! </p>
<p>There are some unnecessary steps in your tutorial. First of all you don&#8217;t need to restart nginx. php5-fpm has nothing to do with nginx. Nginx is just a proxy server. And you don&#8217;t need to create a symlink.</p>
<p>1. apt-get install php5-mcrypt<br />
2. php5enmod mcrypt<br />
3. service restart php5-fpm</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 

Served from: davekz.com @ 2024-07-11 00:51:56 by W3 Total Cache
-->