<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Made Simple &#187; memcached</title>
	<atom:link href="http://www.phpmadesimple.info/tag/memcached/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmadesimple.info</link>
	<description>To support simplicity, possiibility and cost effective of PHP</description>
	<lastBuildDate>Tue, 03 Aug 2010 14:13:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing memcached on FC8</title>
		<link>http://www.phpmadesimple.info/2007/12/15/installing-memcached-on-fc8/</link>
		<comments>http://www.phpmadesimple.info/2007/12/15/installing-memcached-on-fc8/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 09:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://artemis.com.vn/blogvui/?p=11</guid>
		<description><![CDATA[When install memcached on FC8 and libevent.1.3e, there is an error loading libevent.1.3e.so.
Here is how to overcome this error:

Download memcached and libevent
Install libevent (1.3e)
Unzip memcached
Instead of ./configure, use this:
DFLAGS='-Wl,--rpath /usr/local/lib' ./configure  --prefix=/usr/local
make
make install
now you can run without error:
memcached  -d -u root

]]></description>
			<content:encoded><![CDATA[<p>When install memcached on FC8 and libevent.1.3e, there is an error loading libevent.1.3e.so.</p>
<p>Here is how to overcome this error:</p>
<ul>
<li>Download memcached and libevent</li>
<li>Install libevent (1.3e)</li>
<li>Unzip memcached</li>
<li>Instead of ./configure, use this:<br />
<code>DFLAGS='-Wl,--rpath /usr/local/lib' ./configure  --prefix=/usr/local</code></li>
<li><code>make</code></li>
<li><code>make install</code></li>
<li>now you can run without error:</li>
<li><code>memcached  -d -u root</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.phpmadesimple.info/2007/12/15/installing-memcached-on-fc8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
