<?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: Better Living through Memcached</title>
	<atom:link href="http://coffeeonthekeyboard.com/better-living-through-memcached-85/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffeeonthekeyboard.com/better-living-through-memcached-85/</link>
	<description>Technical 2.0</description>
	<pubDate>Tue, 06 Jan 2009 00:33:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://coffeeonthekeyboard.com/better-living-through-memcached-85/comment-page-1/#comment-252</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 11 Sep 2008 14:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://coffeeonthekeyboard.com/better-living-through-memcached-85/#comment-252</guid>
		<description>I'm glad the scripts were useful for you, Carpii!

And thanks for the advice. When I installed libevent through yum, it put it in /usr/, but it's good to be aware of the potential problems if you install by hand or another manager.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad the scripts were useful for you, Carpii!</p>
<p>And thanks for the advice. When I installed libevent through yum, it put it in /usr/, but it&#8217;s good to be aware of the potential problems if you install by hand or another manager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carpii</title>
		<link>http://coffeeonthekeyboard.com/better-living-through-memcached-85/comment-page-1/#comment-250</link>
		<dc:creator>Carpii</dc:creator>
		<pubDate>Wed, 10 Sep 2008 22:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://coffeeonthekeyboard.com/better-living-through-memcached-85/#comment-250</guid>
		<description>Thanks for the startup scripts. I use memcached and was just reinstalling on anew server tonight. They cam in handy

If you put memcached into /usr/, but libevent is in /usr/local/, you might have some headaches getting it to pick up libevent 

Test this by just issuing 'memcached', and it may report
"memcached: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory"

Find out where its trying to find the libs, by issuing
LD_DEBUG=libs memcached -v 2&#62;&#38;1 &#62; /dev/null &#124; less

In my case I had to create a symbolic link 
ln -s /usr/local/lib/libevent-1.4.so.2 /lib/libevent-1.4.so.2</description>
		<content:encoded><![CDATA[<p>Thanks for the startup scripts. I use memcached and was just reinstalling on anew server tonight. They cam in handy</p>
<p>If you put memcached into /usr/, but libevent is in /usr/local/, you might have some headaches getting it to pick up libevent </p>
<p>Test this by just issuing &#8216;memcached&#8217;, and it may report<br />
&#8220;memcached: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory&#8221;</p>
<p>Find out where its trying to find the libs, by issuing<br />
LD_DEBUG=libs memcached -v 2&gt;&amp;1 &gt; /dev/null | less</p>
<p>In my case I had to create a symbolic link<br />
ln -s /usr/local/lib/libevent-1.4.so.2 /lib/libevent-1.4.so.2</p>
]]></content:encoded>
	</item>
</channel>
</rss>
