<?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: Step By Step Guide To Install Memcache On Linux</title>
	<atom:link href="http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/</link>
	<description>all about my work</description>
	<lastBuildDate>Sat, 12 May 2012 17:51:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Amit Kumar Singh</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-51937</link>
		<dc:creator>Amit Kumar Singh</dc:creator>
		<pubDate>Wed, 19 Jan 2011 12:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-51937</guid>
		<description>@luke use phpinfo() to get the path of php.ini being used.</description>
		<content:encoded><![CDATA[<p>@luke use phpinfo() to get the path of php.ini being used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Pope</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-51928</link>
		<dc:creator>Luke Pope</dc:creator>
		<pubDate>Wed, 19 Jan 2011 10:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-51928</guid>
		<description>Hi Amit,

Thank you for your post it has helped immensely!

I am slightly stuck though, when it comes to step 4;

Edit php.ini to add ‘extension=memcache.so‘, to find the exact php.ini file used by your system 

should the extension entry already be in this file?

thank you again

Luke</description>
		<content:encoded><![CDATA[<p>Hi Amit,</p>
<p>Thank you for your post it has helped immensely!</p>
<p>I am slightly stuck though, when it comes to step 4;</p>
<p>Edit php.ini to add ‘extension=memcache.so‘, to find the exact php.ini file used by your system </p>
<p>should the extension entry already be in this file?</p>
<p>thank you again</p>
<p>Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T7</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-42115</link>
		<dc:creator>T7</dc:creator>
		<pubDate>Tue, 26 Oct 2010 00:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-42115</guid>
		<description>@Scott - The error you are seeing says that you already included memcached.so  in your php.ini and now it shows up in there twice.
Check your php.ini and remove the duplicate &#039;extension=memcache.so&#039;

Bueno.</description>
		<content:encoded><![CDATA[<p>@Scott &#8211; The error you are seeing says that you already included memcached.so  in your php.ini and now it shows up in there twice.<br />
Check your php.ini and remove the duplicate &#8216;extension=memcache.so&#8217;</p>
<p>Bueno.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Adams</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-36480</link>
		<dc:creator>Scott Adams</dc:creator>
		<pubDate>Fri, 23 Jul 2010 18:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-36480</guid>
		<description>Hi Amit,

First, thank you again for posting this info, and for your help.

I got memcached going just fine on my server by following your directions above, however, I am having two issues:

1) Whenever a php command is run on my ssh command line (and possibly via other means), I get this error:
&quot;PHP Warning:  Module &#039;memcache&#039; already loaded in Unknown on line 0&quot;
Could this be caused by the line I put into the php.ini file to run memcached, and if so, do I need that line in there?

2) When my server restarts memcached does not run, even though I successfully followed all steps above. The only way I can get it started again is via this step:
type memcached -d -m 1024 -u root -l 127.0.0.1 -p 11211 on shell
What is my best solution for this issue...should I create a cron that runs every 15 minutes or so with that command, or is there a better way to handle this problem?

Thank you,
Scott</description>
		<content:encoded><![CDATA[<p>Hi Amit,</p>
<p>First, thank you again for posting this info, and for your help.</p>
<p>I got memcached going just fine on my server by following your directions above, however, I am having two issues:</p>
<p>1) Whenever a php command is run on my ssh command line (and possibly via other means), I get this error:<br />
&#8220;PHP Warning:  Module &#8216;memcache&#8217; already loaded in Unknown on line 0&#8243;<br />
Could this be caused by the line I put into the php.ini file to run memcached, and if so, do I need that line in there?</p>
<p>2) When my server restarts memcached does not run, even though I successfully followed all steps above. The only way I can get it started again is via this step:<br />
type memcached -d -m 1024 -u root -l 127.0.0.1 -p 11211 on shell<br />
What is my best solution for this issue&#8230;should I create a cron that runs every 15 minutes or so with that command, or is there a better way to handle this problem?</p>
<p>Thank you,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Kumar Singh</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-32366</link>
		<dc:creator>Amit Kumar Singh</dc:creator>
		<pubDate>Tue, 27 Apr 2010 03:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-32366</guid>
		<description>you need to install &#039;phpize&#039; first.</description>
		<content:encoded><![CDATA[<p>you need to install &#8216;phpize&#8217; first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Adams</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-32358</link>
		<dc:creator>Scott Adams</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-32358</guid>
		<description>I am trying to use your guide above to install memcache, and I am on one of the last steps, but am getting an error.

When I run this command:
pecl install memcache

I get this error:
downloading memcache-2.2.5.tgz ...
Starting to download memcache-2.2.5.tgz (35,981 bytes)
..........done: 35,981 bytes
11 source files, building
running: phpize
sh: phpize: command not found
ERROR: `phpize&#039; failed


I read that this is an old php bug, but I don&#039;t know how to work around it.</description>
		<content:encoded><![CDATA[<p>I am trying to use your guide above to install memcache, and I am on one of the last steps, but am getting an error.</p>
<p>When I run this command:<br />
pecl install memcache</p>
<p>I get this error:<br />
downloading memcache-2.2.5.tgz &#8230;<br />
Starting to download memcache-2.2.5.tgz (35,981 bytes)<br />
&#8230;&#8230;&#8230;.done: 35,981 bytes<br />
11 source files, building<br />
running: phpize<br />
sh: phpize: command not found<br />
ERROR: `phpize&#8217; failed</p>
<p>I read that this is an old php bug, but I don&#8217;t know how to work around it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwdemails.com</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-23431</link>
		<dc:creator>fwdemails.com</dc:creator>
		<pubDate>Thu, 24 Sep 2009 22:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-23431</guid>
		<description>Excellent post, saved me time in getting memcache installed</description>
		<content:encoded><![CDATA[<p>Excellent post, saved me time in getting memcache installed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kannan</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-14945</link>
		<dc:creator>Kannan</dc:creator>
		<pubDate>Tue, 28 Jul 2009 13:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-14945</guid>
		<description>Thanks for your steps. It’s very nice.

Regards,

kannan</description>
		<content:encoded><![CDATA[<p>Thanks for your steps. It’s very nice.</p>
<p>Regards,</p>
<p>kannan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanep</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-14014</link>
		<dc:creator>kanep</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-14014</guid>
		<description>very useful steps</description>
		<content:encoded><![CDATA[<p>very useful steps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranjith Kumar</title>
		<link>http://amiworks.co.in/talk/step-by-step-guide-to-install-memcache-on-linux/comment-page-1/#comment-4376</link>
		<dc:creator>Ranjith Kumar</dc:creator>
		<pubDate>Sun, 25 Jan 2009 14:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/?p=202#comment-4376</guid>
		<description>Hello I am Ranjith kumar working as a civil Engg in Sobha Developers, first off all i would like to thank u  for ur research on how to  manually remove virus procedures. I was dieing with this go damn viruses but at last i found the real place to get the solutions. So i request u 2 advertise ur site ur site so that more &amp; more people can know ur site. i would also be happy i would get mails regarding ur research on manual removal of virus 
or u can start a group to help ur research,i would be happy to join eventhough i dont know much as u.
Thank u once again for ur helpfull link.</description>
		<content:encoded><![CDATA[<p>Hello I am Ranjith kumar working as a civil Engg in Sobha Developers, first off all i would like to thank u  for ur research on how to  manually remove virus procedures. I was dieing with this go damn viruses but at last i found the real place to get the solutions. So i request u 2 advertise ur site ur site so that more &amp; more people can know ur site. i would also be happy i would get mails regarding ur research on manual removal of virus<br />
or u can start a group to help ur research,i would be happy to join eventhough i dont know much as u.<br />
Thank u once again for ur helpfull link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

