这篇文章主要介绍“Centos系统上怎么为PHP安装imagick扩展以及magickwand扩展”,在日常操作中,相信很多人在centos系统上怎么为php安装imagick扩展以及magickwand扩展问题上存在疑惑,小编查阅了各式资
这篇文章主要介绍“Centos系统上怎么为PHP安装imagick扩展以及magickwand扩展”,在日常操作中,相信很多人在centos系统上怎么为php安装imagick扩展以及magickwand扩展问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”centos系统上怎么为php安装imagick扩展以及magickwand扩展”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!
程序准备
ImageMagick 【Http://www.imagemagick.org/script/download.php】
imagick 【http://pecl.php.net/package/imagick】
MagickWand For PHP 【http://www.magickwand.org/】
安装程序
1) 安装 ImageMagick 【如果已经安装请跳过】,此处以当前的最新版本 ImageMagick-6.7.5-5.tar.gz 为例
代码如下:
tar zxvf ImageMagick-6.7.5-5.tar.gz
cd ImageMagick-6.7.5-5
./configure
make
make install
ldconfig /usr/local/lib</p><p>
至此安装结束,安装路径默认为 /usr/local下面
2)配置pkGConfig相关参数【如果处理则跳过】
代码如下:
ln -s /usr/local/lib/pkgconfig/MagickWand.pc /usr/lib/pkgconfig/MagickWand.pc
ln -s /usr/local/lib/pkgconfig/ImageMagick.pc /usr/lib/pkgconfig/ImageMagick.pc
3)安装 imagick 【此处以最新版本3.1.0 RC1为例】
代码如下:
tarzxvfimagick-3.1.0RC1.tgz
cdimagick-3.1.0RC1
/usr/local/WEBserver/php/bin/phpize
./configure--enable-shared--enable-static--with-php-config=/usr/local/webserver/php/bin/php-config--with-imagick=/usr/local/
make
makeinstall
4)安装MagickWandForPHP【此处以最新版本1.0.9为例】
代码如下:
tarzxvfMagickWandForPHP-1.0.9.tar.gz
cdMagickWandForPHP-1.0.9
/usr/local/webserver/php/bin/phpize
./configure--enable-shared--enable-static--with-php-config=/usr/local/webserver/php/bin/php-config--with-magickwand=/usr/local/
make
makeinstall
编译完成后,将生成的文件添加到php.ini即可!
到此,关于“centos系统上怎么为php安装imagick扩展以及magickwand扩展”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注编程网网站,小编会继续努力为大家带来更多实用的文章!
--结束END--
本文标题: centos系统上怎么为php安装imagick扩展以及magickwand扩展
本文链接: https://lsjlt.com/news/260148.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0