<?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"
	>
<channel>
	<title>Comments on: Installing Memcached from Source on CentOS 5</title>
	<atom:link href="http://alexle.net/archives/275/feed" rel="self" type="application/rss+xml" />
	<link>http://alexle.net/archives/275</link>
	<description>Personal View</description>
	<pubDate>Sun, 01 Aug 2010 02:48:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Jeff Thomas</title>
		<link>http://alexle.net/archives/275#comment-295840</link>
		<dc:creator>Jeff Thomas</dc:creator>
		<pubDate>Fri, 25 Jun 2010 17:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-295840</guid>
		<description>Thank you for sharing this information- it was exactly what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this information- it was exactly what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Ganapolsky</title>
		<link>http://alexle.net/archives/275#comment-289550</link>
		<dc:creator>Igor Ganapolsky</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-289550</guid>
		<description>Thank you for the great tutorial.  I would not have figured it out on CentOS.</description>
		<content:encoded><![CDATA[<p>Thank you for the great tutorial.  I would not have figured it out on CentOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volkan Tufekci</title>
		<link>http://alexle.net/archives/275#comment-289271</link>
		<dc:creator>volkan Tufekci</dc:creator>
		<pubDate>Fri, 16 Apr 2010 11:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-289271</guid>
		<description>Thanks for sharing the "ld" tip...</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the &#8220;ld&#8221; tip&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swapan paul</title>
		<link>http://alexle.net/archives/275#comment-288531</link>
		<dc:creator>swapan paul</dc:creator>
		<pubDate>Wed, 07 Apr 2010 07:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-288531</guid>
		<description>memcached -u nobody -vv gives
bind(): Address already in use</description>
		<content:encoded><![CDATA[<p>memcached -u nobody -vv gives<br />
bind(): Address already in use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yonas</title>
		<link>http://alexle.net/archives/275#comment-288484</link>
		<dc:creator>Yonas</dc:creator>
		<pubDate>Wed, 07 Apr 2010 00:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-288484</guid>
		<description>Thanks Rami, that worked :)</description>
		<content:encoded><![CDATA[<p>Thanks Rami, that worked <img src='http://alexle.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanep</title>
		<link>http://alexle.net/archives/275#comment-276485</link>
		<dc:creator>kanep</dc:creator>
		<pubDate>Thu, 08 Oct 2009 08:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-276485</guid>
		<description>thanks for sharing this information ,  it works :)</description>
		<content:encoded><![CDATA[<p>thanks for sharing this information ,  it works <img src='http://alexle.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwdemails.com</title>
		<link>http://alexle.net/archives/275#comment-275725</link>
		<dc:creator>fwdemails.com</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-275725</guid>
		<description>Got the same error, the fix worked perfectly.

Thanks</description>
		<content:encoded><![CDATA[<p>Got the same error, the fix worked perfectly.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rami</title>
		<link>http://alexle.net/archives/275#comment-272700</link>
		<dc:creator>Rami</dc:creator>
		<pubDate>Wed, 29 Jul 2009 15:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-272700</guid>
		<description>1) for libevent, use ./configure --prefix=/usr   instead of /usr/local (because /usr/lib is the default libraries folder on centos 5)

2) for memcached, use ./configure --with-libevent=/usr/lib  (because this is the folder containing the libevent.so file)
 notice the syntax : with-libevent and not with-lib-event

then run memcached...
and you should not encounter any errors for libevent not found

thanks for the tutorial anyway, just needed a few corrections ;)</description>
		<content:encoded><![CDATA[<p>1) for libevent, use ./configure &#8211;prefix=/usr   instead of /usr/local (because /usr/lib is the default libraries folder on centos 5)</p>
<p>2) for memcached, use ./configure &#8211;with-libevent=/usr/lib  (because this is the folder containing the libevent.so file)<br />
 notice the syntax : with-libevent and not with-lib-event</p>
<p>then run memcached&#8230;<br />
and you should not encounter any errors for libevent not found</p>
<p>thanks for the tutorial anyway, just needed a few corrections <img src='http://alexle.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L</title>
		<link>http://alexle.net/archives/275#comment-263921</link>
		<dc:creator>L</dc:creator>
		<pubDate>Sun, 17 May 2009 18:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-263921</guid>
		<description>dude. so appreciated :)</description>
		<content:encoded><![CDATA[<p>dude. so appreciated <img src='http://alexle.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://alexle.net/archives/275#comment-253874</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/?p=275#comment-253874</guid>
		<description>On ubuntu this is fixed by installing memcached and libevent first with apt. Calendar Server will only install its own versions if it doesn't find one in the system. Perhaps there is an equivalent under CentOS?</description>
		<content:encoded><![CDATA[<p>On ubuntu this is fixed by installing memcached and libevent first with apt. Calendar Server will only install its own versions if it doesn&#8217;t find one in the system. Perhaps there is an equivalent under CentOS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.283 seconds -->
