天天看点

安装imagemagick安装出错

tar zxvf ImageMagick.tar.gz

cd ImageMagick-6.5.1-2/

./configure

make

make install

cd ../

tar zxvf imagick-2.3.0.tgz

cd imagick-2.3.0/

/usr/local/webserver/php/bin/phpize

./configure --with-php-config=/usr/local/webserver/php/bin/php-config

make

make install

cd ../

修改php.ini文件

手工修改:查找/usr/local/webserver/php/etc/php.ini中的extension_dir = "./"

修改为extension_dir = "/usr/local/webserver/php/lib/php/extensions/no-debug-non-zts-20060613/"

并在此行后增加以下1行,然后保存:

extension = "imagick.so"

#先安装perl-CPAN,为防止出现以下错误:

yum -y install yum -y install perl-CPAN

错误如下:

perl /usr/lib/perl5 /usr/share/perl5 .) at Makefile.PL line 24.

BEGIN failed--compilation aborted at Makefile.PL line 24.

make[1]: *** [PerlMagick/Makefile] 错误 2

make[1]: Leaving directory `/data0/software/ImageMagick-6.5.1-2'

make: *** [all] 错误 2