the ImageMagic 6.3.3 Wand-config bug

顺利安装完ImageMagic 6.3.3之后,无法顺利的把MagickWand 编进PHP,老是在check Imagemagick库的地方报错:
……
Package Wan was not found in the pkg-config search path.
……
PKG_CONFIG_PATH肯定是设置正确了的,而且就算我直接使用Wand-config
-version也无法得到版本号,开始怀疑Wand-config有问题,果然,在里面
–version)
pkg-config –modversion Wan
这句话不对,修改成

–version)
pkg-config –modversion Wand
然后再configure、make、顺利通过

Leave a Reply




=>


Creative Commons License
This work is licensed under a Creative Commons License.