<?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; imagick</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/imagick/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安装imagick</title>
		<link>https://www.osyunwei.com/archives/5327.html</link>
		<comments>https://www.osyunwei.com/archives/5327.html#comments</comments>
		<pubDate>Thu, 06 Sep 2012 04:25:16 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[imagick]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5327</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++ gtk+-devel zlib-devel openssl openssl-devel pcre-devel kernel keyutils  patch perl 2、安装ImageMagick 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 cd /usr/local/src  #进入软件包存放目录 wget http://www.imagemagick.org/download/ImageMagick.tar.gz  #下载ImageMagick tar zxvf ImageMagick.tar.gz  #解压 cd ImageMagick-6.7.9-3   #进入安装目录 ./configure --prefix=/usr/local/imagemagick  #配置 make #编译 make install  #安装 export PKG_CONFIG_PATH=/usr/local/imagemagick/lib/pkgconfig/  #设置环境变量 3、安装imagick cd /usr/local/src wget http://pecl.php.net/get/imagick-3.0.1.tgz  #下载imagick [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5327.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5327.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
