<?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; mcrypt</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/mcrypt/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安装mcrypt扩展</title>
		<link>https://www.osyunwei.com/archives/7421.html</link>
		<comments>https://www.osyunwei.com/archives/7421.html#comments</comments>
		<pubDate>Wed, 26 Feb 2014 02:45:59 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mcrypt]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7421</guid>
		<description><![CDATA[说明： 操作系统：CentOS 5.x 64位 已安装php版本：php-5.4.4 已安装php路径：/usr/local/php 实现目的： 在不影响网站访问的情况下，重新编译php，增加对mcrypt扩展的支持 具体操作： 一、下载软件包 1、下载php（版本要与系统安装的一致） http://museum.php.net/php5/php-5.4.4.tar.gz 2、下载libmcrypt（安装mcrypt需要此软件包） http://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz 3、下载mhash（安装mcrypt需要此软件包） https://acelnmp.googlecode.com/files/mhash-0.9.9.9.tar.gz 4、下载mcrypt https://lcmp.googlecode.com/files/mcrypt-2.6.8.tar.gz 以上软件包下载之后，上传到/usr/local/src目录 二、安装软件包 1、安装libmcrypt cd /usr/local/src  #进入软件包存放目录 tar zxvf libmcrypt-2.5.8.tar.gz  #解压 cd libmcrypt-2.5.8  #进入安装目录 ./configure  #配置 make  #编译 make install  #安装 2、安装mhash cd /usr/local/src tar zxvf mhash-0.9.9.9.tar.gz cd mhash-0.9.9.9 ./configure make make install 3、安装mcrypt cd /usr/local/src tar zxvf [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7421.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7421.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
