ImageMagick + magickwand for PHP 安装手记

网上流传的安装方法都有问题,在configure PHP的时候会出错!

还是按自己摸索的方法安装才成功,给大家分享一下.

首先要选择6.2.6以上版本,magickwand INSTALL说的支持6.2.4-1版本似乎有点问题,我编译不过.



1.安装ImageMagick

tar –zxvf ImageMagick-6.2.6-5.tar.gz

cd ImageMagick-6.2.6

./configure LDFLAGS="-L/usr/lib" CPPFLAGS="-I/usr/include" --prefix=/usr/local/ImageMagick --enable-shared --enable-lzw

make

make install

2.安装PHP

tar –zxvf php-4.3.6.tar.gz

cd php-4.3.6

./configure --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with-freetype --without-gdbm --with-gettext --with-ncurses --with-gmp --with-iconv --with-jpeg-dir=/usr  --with-png --enable-ftp --enable-sockets -with-xml --with-dom --with-zlib --enable-track-vars --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache2/bin/apxs

make

make install

说明:不带--with-imagick=/usr/local/ImageMagick参数先安装一下PHP,之后要用到phpize命令.

3.安装magickwand-0.1.8

unzip magickwand-0.1.8.zip

mv magickwand php-4.3.6/ext/

cd php-4.3.6/ext/magickwand

phpize

cd ../../

rm -rf configure

./buildconf –force

export PATH=${PATH}:/usr/local/ImageMagick/bin

#关键一步,否则编译无法通过,会有这样错误误导你:

[CODE].......... checking for ImageMagick / MagickWand in provided path... found in /usr/local/ImageMagick checking for ImageMagick / MagickWand 6.2.4 or greater with /usr/local/ImageMagick/bin/Wand-config... 6.2.6 /usr/local/ImageMagick/bin/Wand-config: line 42: Magick-config: command not found /usr/local/ImageMagick/bin/Wand-config: line 39: Magick-config: command not found ........... ........... checking size of char... configure: error: cannot compute sizeof (char), 77 See `config.log' for more details.[/CODE]

./configure --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with-freetype --without-gdbm --with-gettext --with-ncurses --with-gmp --with-iconv --with-jpeg-dir=/usr  --with-png --enable-ftp --enable-sockets -with-xml --with-dom --with-zlib --enable-track-vars --with-mysql=/usr/local/mysql --with-imagick=/usr/local/ImageMagick --with-apxs2=/usr/local/apache2/bin/apxs

make

make install

剩下不多说了的参考PHP+apache的安装文档.

成功后在phpinfo()里可以看到:

Posted by microsea


Trackback URL : 无法向此文章发送引用

Comments List

  1. dental crown proced 2008/May/23-03:27 # M/D Reply

    너의 방문한 위치를 즐기는!

  2. hardcore porn links 2008/May/23-03:59 # M/D Reply

    이 위치는 아니라 유익한뿐 재미있는다!

  3. youngest angel puss 2008/May/23-04:30 # M/D Reply

    정보를 위한 감사합니다.

  4. custom xs650 2008/May/23-05:00 # M/D Reply

    걸출한 위치! 많은 감사.

  5. face off soundtrack 2008/May/23-05:04 # M/D Reply

    너는 위치를차가운 만들었다!

  6. rubber garage mats 2008/May/23-06:30 # M/D Reply

    너는 위치가 우수한 있는다!

  7. nude mature wives 2008/May/23-06:46 # M/D Reply

    재미있는 아주 지점. 감사.

Leave a comment
« Previous : 1 : ... 276 : 277 : 278 : 279 : 280 : 281 : 282 : 283 : 284 : ... 351 : Next »

BlogImage

Microsea,Fiona & Owen's family BLOG

- microsea

Statistics Graph

Calendar

«   Mar 2010   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

闽ICP备06003076号