<?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: Installing memcached</title>
	<atom:link href="http://www.ajohnstone.com/archives/installing-memcached/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajohnstone.com/archives/installing-memcached/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-memcached</link>
	<description>by Andrew Johnstone</description>
	<lastBuildDate>Wed, 07 Jul 2010 02:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carlos</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-30549</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Thu, 05 Nov 2009 16:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-30549</guid>
		<description>Hello crzdot.

Take a look at this: http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/</description>
		<content:encoded><![CDATA[<p>Hello crzdot.Take a look at this: <a href="http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/" rel="nofollow">http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiGennaro</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-30192</link>
		<dc:creator>DiGennaro</dc:creator>
		<pubDate>Sun, 18 Oct 2009 21:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-30192</guid>
		<description>There is an easier way to address the libevent.so issue.In /etc/ld.so.conf.d simply add a file called local.conf and in it insert 1 line that says /usr/local/lib. Then run ldconfig and you are good to go.</description>
		<content:encoded><![CDATA[<p>There is an easier way to address the libevent.so issue.In /etc/ld.so.conf.d simply add a file called local.conf and in it insert 1 line that says /usr/local/lib. Then run ldconfig and you are good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crzdot</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-27729</link>
		<dc:creator>crzdot</dc:creator>
		<pubDate>Mon, 29 Jun 2009 03:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-27729</guid>
		<description>regards:

thanks for your resource.
I now wanna to using memcache on my developing machine with windows XP operation system.

Is there any guider to install memcache on windows?

thanks.</description>
		<content:encoded><![CDATA[<p>regards:</p>
<p>thanks for your resource.<br />
I now wanna to using memcache on my developing machine with windows XP operation system.</p>
<p>Is there any guider to install memcache on windows?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennett Haselton</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-27723</link>
		<dc:creator>Bennett Haselton</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-27723</guid>
		<description>On CentOS you can install it with yum as follows:

1) Determine CentOS version by typing &quot;cat /etc/*release*&quot;.

2) Install the DAG public key.  If on CentOS version 4.x, type
rpm -Uhv http://apt.sw.be/redhat/el4/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el4.rf.i386.rpm

if on CentOS version 5.x, type
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

3) Create a file at /etc/yum.repos.d/dag.repo with these contents:
&gt;&gt;&gt;
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
&gt;&gt;&gt;

4) Then do &quot;yum install memcached&quot; and it should install smoothly.</description>
		<content:encoded><![CDATA[<p>On CentOS you can install it with yum as follows:</p>
<p>1) Determine CentOS version by typing &#8220;cat /etc/*release*&#8221;.</p>
<p>2) Install the DAG public key.  If on CentOS version 4.x, type<br />
rpm -Uhv <a href="http://apt.sw.be/redhat/el4/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el4.rf.i386.rpm" rel="nofollow">http://apt.sw.be/redhat/el4/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el4.rf.i386.rpm</a></p>
<p>if on CentOS version 5.x, type<br />
rpm -Uhv <a href="http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm" rel="nofollow">http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</a></p>
<p>3) Create a file at /etc/yum.repos.d/dag.repo with these contents:<br />
&gt;&gt;&gt;<br />
[dag]<br />
name=Dag RPM Repository for Red Hat Enterprise Linux<br />
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag<br />
gpgcheck=1<br />
enabled=1<br />
&gt;&gt;&gt;</p>
<p>4) Then do &#8220;yum install memcached&#8221; and it should install smoothly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Whitaker</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-25115</link>
		<dc:creator>Michael Whitaker</dc:creator>
		<pubDate>Sat, 24 Jan 2009 20:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-25115</guid>
		<description>I was trying to get memcached to run on a shared host, here&#039;s what I had to do:

1. configure libevent with these options: --prefix=[path to your home lib folder]

in my case, I just created a folder: ~/libs   and set the prefix to that.

2. configure memcached with these options: --with-libevent=[path to your home lib folder] --prefix=[your home apps folder]

the [path to your home lib folder] is just where you previously installed libevent

3. If you can&#039;t touch ld.so.conf (like me), then simply type:  LD_SEARCH_PATH=[path to your home lib folder]; export LD_SEARCH_PATH; 

You might need to include that into your terminal startup script. 

4. Running on OpenBSD will require you to use memcached with the option: -c 64  (due to how OBSD limits connections).

I still haven&#039;t gotten the PECL package to install on a shared host. Ugh. Almost there...</description>
		<content:encoded><![CDATA[<p>I was trying to get memcached to run on a shared host, here&#8217;s what I had to do:</p>
<p>1. configure libevent with these options: &#8211;prefix=[path to your home lib folder]</p>
<p>in my case, I just created a folder: ~/libs   and set the prefix to that.</p>
<p>2. configure memcached with these options: &#8211;with-libevent=[path to your home lib folder] &#8211;prefix=[your home apps folder]</p>
<p>the [path to your home lib folder] is just where you previously installed libevent</p>
<p>3. If you can&#8217;t touch ld.so.conf (like me), then simply type:  LD_SEARCH_PATH=[path to your home lib folder]; export LD_SEARCH_PATH; </p>
<p>You might need to include that into your terminal startup script. </p>
<p>4. Running on OpenBSD will require you to use memcached with the option: -c 64  (due to how OBSD limits connections).</p>
<p>I still haven&#8217;t gotten the PECL package to install on a shared host. Ugh. Almost there&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-18438</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 26 Sep 2008 12:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-18438</guid>
		<description>What about upgrading?

Any specific process that I would need to go through to upgrade memcached?</description>
		<content:encoded><![CDATA[<p>What about upgrading?</p>
<p>Any specific process that I would need to go through to upgrade memcached?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jak nainstalovat Memcached pod Windows. Jak zprovoznit Memcached pod PHP. &#124; Život, vesmír a vůbec</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-17263</link>
		<dc:creator>Jak nainstalovat Memcached pod Windows. Jak zprovoznit Memcached pod PHP. &#124; Život, vesmír a vůbec</dc:creator>
		<pubDate>Sun, 08 Jun 2008 14:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-17263</guid>
		<description>[...] další si můžete přečíst někde jinde. Tady půjde o jeho zprovoznění. Nebudu zde popisovat postup pro Linux, který je ale dost podobný. Na závěr se mrkneme i jak to celé rozchodit v PHP.  V celé věci [...]</description>
		<content:encoded><![CDATA[<p>[...] další si můžete přečíst někde jinde. Tady půjde o jeho zprovoznění. Nebudu zde popisovat postup pro Linux, který je ale dost podobný. Na závěr se mrkneme i jak to celé rozchodit v PHP.  V celé věci [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny Mac</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-13693</link>
		<dc:creator>Jonny Mac</dc:creator>
		<pubDate>Wed, 24 Oct 2007 05:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-13693</guid>
		<description>thanks Andrew.  Great Tutorial.</description>
		<content:encoded><![CDATA[<p>thanks Andrew.  Great Tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep kumar yadav</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-12778</link>
		<dc:creator>pradeep kumar yadav</dc:creator>
		<pubDate>Wed, 26 Sep 2007 14:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-12778</guid>
		<description>This is very good document ,very help full. I need to know how it used in application.</description>
		<content:encoded><![CDATA[<p>This is very good document ,very help full. I need to know how it used in application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George_A</title>
		<link>http://www.ajohnstone.com/archives/installing-memcached/comment-page-1/#comment-11567</link>
		<dc:creator>George_A</dc:creator>
		<pubDate>Fri, 17 Aug 2007 10:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ajohnstone.com/archives/installing-memcached/#comment-11567</guid>
		<description>Very very well!!!</description>
		<content:encoded><![CDATA[<p>Very very well!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
