<?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>系统运维 &#187; memcache</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/memcache/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下php安装memcache</title>
		<link>https://www.osyunwei.com/archives/5302.html</link>
		<comments>https://www.osyunwei.com/archives/5302.html#comments</comments>
		<pubDate>Wed, 05 Sep 2012 09:07:07 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5302</guid>
		<description><![CDATA[说明： php安装目录：/usr/local/php5 php.ini配置文件路径：/usr/local/php5/etc/php.ini Nginx安装目录：/usr/local/nginx Nginx网站根目录：/usr/local/nginx/html 1、安装编译工具 yum install wget  make gcc gcc-c++ zlib-devel openssl openssl-devel pcre-devel kernel keyutils  patch perl 2、安装memcache cd /usr/local/src  #进入软件包存放目录 wget http://pecl.php.net/get/memcache-2.2.6.tgz  #下载 tar zxvf memcache-2.2.6.tgz  #解压 cd memcache-2.2.6  #进入安装目录 /usr/local/php5/bin/phpize  #用phpize生成configure配置文件 ./configure  --with-php-config=/usr/local/php5/bin/php-config  #配置 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 make  #编译 make install #安装 安装完成之后，出现下面的界面，记住以下路径，后面会用到。 /usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/  #memcache模块路径 3、配置php支持memcache vi /usr/local/php5/etc/php.ini  #编辑配置文件，在最后一行添加以下内容 extension="memcache.so" [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5302.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5302.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
