<?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: Memcached:  How do you install memcached?  (CentOS 64 bit, Linux, Redhat, Fedora)</title>
	<atom:link href="http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:44:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Memchached - vBulletin SEO Forums</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-991</link>
		<dc:creator>Memchached - vBulletin SEO Forums</dc:creator>
		<pubDate>Fri, 18 Feb 2011 21:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-991</guid>
		<description>[...] Blog Entries1           Memcached: How do you install memcached? (CentOS 64 bit, Linux, Redhat, Fedora) &#124; Technology: Learn ... [...]</description>
		<content:encoded><![CDATA[<p>[...] Blog Entries1           Memcached: How do you install memcached? (CentOS 64 bit, Linux, Redhat, Fedora) | Technology: Learn &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon Haworth</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-977</link>
		<dc:creator>Shannon Haworth</dc:creator>
		<pubDate>Wed, 24 Nov 2010 03:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-977</guid>
		<description>http://www.vbseo.com/blogs/danny-bembibre/daemon-scripts-memcached-44/  &lt;-- memcached startup script for use with the chkconfig command.  chkconfig is the &quot;correct&quot; way to manage services and what run levels they start and stop on.  However, I&#039;ve been known to also hack something into /etc/rc.d/rc.local when in a hurry.  Best to use chkconfig unless you really know what you are doing.</description>
		<content:encoded><![CDATA[<p><a href="http://www.vbseo.com/blogs/danny-bembibre/daemon-scripts-memcached-44/" rel="nofollow">http://www.vbseo.com/blogs/danny-bembibre/daemon-scripts-memcached-44/</a>  &lt;&#8211; memcached startup script for use with the chkconfig command.  chkconfig is the &quot;correct&quot; way to manage services and what run levels they start and stop on.  However, I&#039;ve been known to also hack something into /etc/rc.d/rc.local when in a hurry.  Best to use chkconfig unless you really know what you are doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khupcom</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-975</link>
		<dc:creator>Khupcom</dc:creator>
		<pubDate>Tue, 23 Nov 2010 05:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-975</guid>
		<description>@larry
install libevent-devel (on centos : yum install libevent-devel)

How to install memcached to service and make autostart on reboot?</description>
		<content:encoded><![CDATA[<p>@larry<br />
install libevent-devel (on centos : yum install libevent-devel)</p>
<p>How to install memcached to service and make autostart on reboot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-972</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Sun, 14 Nov 2010 15:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-972</guid>
		<description>Can&#039;t compile memcached 1.4.5 on RHEL 5.5
./configure --with-libevent=/usr/lib64/ 
still results in error that libevent needs to be installed.
Installed libevent is libevent-1.4.13-1
linking /usr/lib64/libevent-1.4.so.2 to /lib64 or /usr/lib doesn&#039;t help.
Has anyone been able to compile memcache on RHEL 5.5?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t compile memcached 1.4.5 on RHEL 5.5<br />
./configure &#8211;with-libevent=/usr/lib64/<br />
still results in error that libevent needs to be installed.<br />
Installed libevent is libevent-1.4.13-1<br />
linking /usr/lib64/libevent-1.4.so.2 to /lib64 or /usr/lib doesn&#8217;t help.<br />
Has anyone been able to compile memcache on RHEL 5.5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anggi</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-963</link>
		<dc:creator>Anggi</dc:creator>
		<pubDate>Tue, 05 Oct 2010 03:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-963</guid>
		<description>Thanks for installing memcached guide.</description>
		<content:encoded><![CDATA[<p>Thanks for installing memcached guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul Macias</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-888</link>
		<dc:creator>Raul Macias</dc:creator>
		<pubDate>Thu, 15 Oct 2009 22:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-888</guid>
		<description>I got it working. The problem was that port 11211 was not open on the server.
In case somebody else run into this issue, here is a good article on how to open ports in linux:
http://gavinbenda.com.au/2007/04/17/open-a-port-with-centos/</description>
		<content:encoded><![CDATA[<p>I got it working. The problem was that port 11211 was not open on the server.<br />
In case somebody else run into this issue, here is a good article on how to open ports in linux:<br />
<a href="http://gavinbenda.com.au/2007/04/17/open-a-port-with-centos/" rel="nofollow">http://gavinbenda.com.au/2007/04/17/open-a-port-with-centos/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul Macias</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-887</link>
		<dc:creator>Raul Macias</dc:creator>
		<pubDate>Thu, 15 Oct 2009 21:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-887</guid>
		<description>my mistake, when I try doing the telnet command like this
$ telnet 192.168.1.102 11211
I get
Trying 192.168.1.102...
telnet: connect to address 192.168.1.102: Connection refused
telnet: Unable to connect to remote host</description>
		<content:encoded><![CDATA[<p>my mistake, when I try doing the telnet command like this<br />
$ telnet 192.168.1.102 11211<br />
I get<br />
Trying 192.168.1.102&#8230;<br />
telnet: connect to address 192.168.1.102: Connection refused<br />
telnet: Unable to connect to remote host</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul Macias</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-886</link>
		<dc:creator>Raul Macias</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-886</guid>
		<description>Sunny,

in the CentOS server, I ran this command to find out it&#039;s IP address
# ifconfig
now I know the machine is running with this address: 192.168.1.102
 
then I ran this
# memcached -l 192.168.1.102 -p 11211 -d -u nobody

after that I ran this command to see if memcached is up and running:
# netstat -ant &#124; grep LIST
at the top, I see this
tcp 0 0 192.168.1.102:11211 0.0.0.0:* LISTEN

I assume that means memcached is running on that ip address and port 

now from another machine (MacOS), I open a terminal window and type the following:
$ telnet 192.168.1.102:11211
then I get this:
192.168.1.102:11211: nodename nor servername provided, or not known

does that mean the port is blocked or not opened in the CentOS server?

thanks for your help

-Raul</description>
		<content:encoded><![CDATA[<p>Sunny,</p>
<p>in the CentOS server, I ran this command to find out it&#8217;s IP address<br />
# ifconfig<br />
now I know the machine is running with this address: 192.168.1.102</p>
<p>then I ran this<br />
# memcached -l 192.168.1.102 -p 11211 -d -u nobody</p>
<p>after that I ran this command to see if memcached is up and running:<br />
# netstat -ant | grep LIST<br />
at the top, I see this<br />
tcp 0 0 192.168.1.102:11211 0.0.0.0:* LISTEN</p>
<p>I assume that means memcached is running on that ip address and port </p>
<p>now from another machine (MacOS), I open a terminal window and type the following:<br />
$ telnet 192.168.1.102:11211<br />
then I get this:<br />
192.168.1.102:11211: nodename nor servername provided, or not known</p>
<p>does that mean the port is blocked or not opened in the CentOS server?</p>
<p>thanks for your help</p>
<p>-Raul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-885</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Thu, 15 Oct 2009 19:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-885</guid>
		<description>Raul,

You can telnet to the instance.  For example if you were running memcached on server with ip of 10.0.0.5 on port 11211, on windows you would goto command prompt and type:  telnet 10.0.0.5 11211

if that doesn&#039;t work and you know memcache is running and listening on that port, you may have firewall turned on.  You can either allow that port or turn off the firewall to temporarily test.  I suggest you figure out how to allow the port instead of turn off firewall completely.</description>
		<content:encoded><![CDATA[<p>Raul,</p>
<p>You can telnet to the instance.  For example if you were running memcached on server with ip of 10.0.0.5 on port 11211, on windows you would goto command prompt and type:  telnet 10.0.0.5 11211</p>
<p>if that doesn&#8217;t work and you know memcache is running and listening on that port, you may have firewall turned on.  You can either allow that port or turn off the firewall to temporarily test.  I suggest you figure out how to allow the port instead of turn off firewall completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul Macias</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-884</link>
		<dc:creator>Raul Macias</dc:creator>
		<pubDate>Thu, 15 Oct 2009 19:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-884</guid>
		<description>This is a great tutorial; thanks for sharing it.

I have a CentOS server and followed your instructions to install MemCached on it.

My question is: how can I change the settings on CentOS to make MemCached accesible to other machines on my network?

I&#039;m running a windows console application that uses Enyim.Caching and it seems that it can&#039;t get to the Memcached instance.

How can I tell from a Windows machine if Memcached is up and running?

Thanks in advance.

-Raul</description>
		<content:encoded><![CDATA[<p>This is a great tutorial; thanks for sharing it.</p>
<p>I have a CentOS server and followed your instructions to install MemCached on it.</p>
<p>My question is: how can I change the settings on CentOS to make MemCached accesible to other machines on my network?</p>
<p>I&#8217;m running a windows console application that uses Enyim.Caching and it seems that it can&#8217;t get to the Memcached instance.</p>
<p>How can I tell from a Windows machine if Memcached is up and running?</p>
<p>Thanks in advance.</p>
<p>-Raul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Installing memcached On CentOS MaisonBisson.com</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-765</link>
		<dc:creator>&#187; Installing memcached On CentOS MaisonBisson.com</dc:creator>
		<pubDate>Mon, 08 Sep 2008 01:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-765</guid>
		<description>[...] info from CentOS forums, from Sunny Walia and Ryan Boren, here&#8217;s how I got memcached running on my Dotster [...]</description>
		<content:encoded><![CDATA[<p>[...] info from CentOS forums, from Sunny Walia and Ryan Boren, here&#8217;s how I got memcached running on my Dotster [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon Haworth</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-748</link>
		<dc:creator>Shannon Haworth</dc:creator>
		<pubDate>Fri, 22 Aug 2008 16:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-748</guid>
		<description>Sunny, I am using 32Bit CentOS.  

Cheers,

Shannon</description>
		<content:encoded><![CDATA[<p>Sunny, I am using 32Bit CentOS.  </p>
<p>Cheers,</p>
<p>Shannon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing memcache on linux and add to PHP &#124; JumpJava</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-739</link>
		<dc:creator>Installing memcache on linux and add to PHP &#124; JumpJava</dc:creator>
		<pubDate>Tue, 05 Aug 2008 04:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-739</guid>
		<description>[...] are the steps you will need to install memcache on linux: These direction are from: Crazytoon.com site, go there to read more about memcache and what people have suggested in the comments on this [...]</description>
		<content:encoded><![CDATA[<p>[...] are the steps you will need to install memcache on linux: These direction are from: Crazytoon.com site, go there to read more about memcache and what people have suggested in the comments on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-738</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Fri, 01 Aug 2008 21:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-738</guid>
		<description>Shannon,  just for everybody&#039;s knowledge here, are you using 32bit CentOS?  

You can do following to check:
# uname -p</description>
		<content:encoded><![CDATA[<p>Shannon,  just for everybody&#8217;s knowledge here, are you using 32bit CentOS?  </p>
<p>You can do following to check:<br />
# uname -p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon Haworth</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-737</link>
		<dc:creator>Shannon Haworth</dc:creator>
		<pubDate>Fri, 01 Aug 2008 21:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-737</guid>
		<description>Update to my last comment:

--with-libeven should have been --with-libevent  

Also, I did remember to run make install after I ran configure.

Shannon</description>
		<content:encoded><![CDATA[<p>Update to my last comment:</p>
<p>&#8211;with-libeven should have been &#8211;with-libevent  </p>
<p>Also, I did remember to run make install after I ran configure.</p>
<p>Shannon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon Haworth</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-736</link>
		<dc:creator>Shannon Haworth</dc:creator>
		<pubDate>Fri, 01 Aug 2008 21:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-736</guid>
		<description>I Just finished installing on CentOS 5.1.  Downloaded and built both libevent and memcached as instructed.  

However memcached could not load the shared library libevent-1.3e.so.1.  

Next I tried a &quot;make clean&quot; followed by  
&quot;./configure --with-libeven=/usr/local/lib&quot; however I received the same error as before.

I was able to solve the problem by creating a symlink between /usr/local/lib/libevent-1.3e.so.1 and /usr/lib &quot;ln -s /usr/local/lib/libevent-1.3e.so.1 /usr/lib&quot;

Hopefully this will help someone else.</description>
		<content:encoded><![CDATA[<p>I Just finished installing on CentOS 5.1.  Downloaded and built both libevent and memcached as instructed.  </p>
<p>However memcached could not load the shared library libevent-1.3e.so.1.  </p>
<p>Next I tried a &#8220;make clean&#8221; followed by<br />
&#8220;./configure &#8211;with-libeven=/usr/local/lib&#8221; however I received the same error as before.</p>
<p>I was able to solve the problem by creating a symlink between /usr/local/lib/libevent-1.3e.so.1 and /usr/lib &#8220;ln -s /usr/local/lib/libevent-1.3e.so.1 /usr/lib&#8221;</p>
<p>Hopefully this will help someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KEMBL</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-689</link>
		<dc:creator>KEMBL</dc:creator>
		<pubDate>Wed, 14 May 2008 16:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-689</guid>
		<description>On CentOs 5.1 libevent may be installed like:

yum install libevent

but &#039;yum install memcached&#039; still cant.

After this, you can download last version memcached

http://www.danga.com/memcached/dist/memcached-1.2.5.tar.gz

and go on as described abow, in some cases may apper this error

checking build system type... Invalid configuration `x86_64-unknown-linux-&#039;: machine `x86_64-unknown-linux&#039; not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed

for now, I duno how to deal against it, but will dig</description>
		<content:encoded><![CDATA[<p>On CentOs 5.1 libevent may be installed like:</p>
<p>yum install libevent</p>
<p>but &#8216;yum install memcached&#8217; still cant.</p>
<p>After this, you can download last version memcached</p>
<p><a href="http://www.danga.com/memcached/dist/memcached-1.2.5.tar.gz" rel="nofollow">http://www.danga.com/memcached/dist/memcached-1.2.5.tar.gz</a></p>
<p>and go on as described abow, in some cases may apper this error</p>
<p>checking build system type&#8230; Invalid configuration `x86_64-unknown-linux-&#8217;: machine `x86_64-unknown-linux&#8217; not recognized<br />
configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed</p>
<p>for now, I duno how to deal against it, but will dig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-581</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 23 Jan 2008 09:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-581</guid>
		<description>Got the error: ./memcached: error while loading shared libraries: libevent-1.3e.so.1: cannot open shared object file: No such file or directory

The solution for me: libevent files where installed at /usr/local/lib, I had to move them to /usr/lib and check if symbolic links were correct.</description>
		<content:encoded><![CDATA[<p>Got the error: ./memcached: error while loading shared libraries: libevent-1.3e.so.1: cannot open shared object file: No such file or directory</p>
<p>The solution for me: libevent files where installed at /usr/local/lib, I had to move them to /usr/lib and check if symbolic links were correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-580</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Tue, 22 Jan 2008 09:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-580</guid>
		<description>Of course, you have to run the latest distro version to get the latest packages ;-)
memcached 1.2.4 is in Fedora 8.</description>
		<content:encoded><![CDATA[<p>Of course, you have to run the latest distro version to get the latest packages <img src='http://crazytoon.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
memcached 1.2.4 is in Fedora 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyToon</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-577</link>
		<dc:creator>CrazyToon</dc:creator>
		<pubDate>Tue, 22 Jan 2008 06:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-577</guid>
		<description>Most of the times, using package managers to install won&#039;t get you the latest version. With yum, it tried to download/install 1.2.3-7 on my fedora install.  Thanks for the tip though.  I am sure for people who don&#039;t care, it would work out just fine.</description>
		<content:encoded><![CDATA[<p>Most of the times, using package managers to install won&#8217;t get you the latest version. With yum, it tried to download/install 1.2.3-7 on my fedora install.  Thanks for the tip though.  I am sure for people who don&#8217;t care, it would work out just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-576</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Mon, 21 Jan 2008 21:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-576</guid>
		<description>On Fedora, a simple yum install memcached works better.
For Redhat 4 and 5, the same packages are available in the EPEL repositories:
http://fedoraproject.org/wiki/EPEL</description>
		<content:encoded><![CDATA[<p>On Fedora, a simple yum install memcached works better.<br />
For Redhat 4 and 5, the same packages are available in the EPEL repositories:<br />
<a href="http://fedoraproject.org/wiki/EPEL" rel="nofollow">http://fedoraproject.org/wiki/EPEL</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/comment-page-1/#comment-575</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 21 Jan 2008 00:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/#comment-575</guid>
		<description>i hate centos because of the package management. dag usually has a lot of extra packages: http://dag.wieers.com/rpm/packages/memcached/

looks like the latest there might be 1.2.2 though.</description>
		<content:encoded><![CDATA[<p>i hate centos because of the package management. dag usually has a lot of extra packages: <a href="http://dag.wieers.com/rpm/packages/memcached/" rel="nofollow">http://dag.wieers.com/rpm/packages/memcached/</a></p>
<p>looks like the latest there might be 1.2.2 though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

