我最近在OSX上将xampp更新为1.8.2并发现imagemagick和typo3不再适合... 在安装工具中,显示以下错误:
Warning: Mismatch between the version of ImageMagick () and the configuration of [GFX][im_version_5] (im6)
(ImageMagick通过macports安装在/ opt / local / bin版本6.8.6-6中)
php错误日志报告:
dyld: Library not loaded: /opt/local/lib/libfreetype.6.dylib
Referenced from: /opt/local/bin/convert
Reason: Incompatible library version: convert requires version 17.0.0 or later, but libfreetype.6.dylib provides version 10.0.0
dyld: Library not loaded: /opt/local/lib/libfreetype.6.dylib
Referenced from: /opt/local/bin/composite
当我将xampp安装切换回xampp 1.7.3时,一切正常。 (与/ opt / local / bin中相同的Typo3配置和Imagemagick)。 找到Imagemagick,安装工具显示渲染图像等。 我尝试过使用xampp 1.8.2和xampp 1.8.2-beta
的4.7到6.0相同错误信息的多个版本的typo3此外,我尝试通过以下方式安装imagemagick模块:
pecl download imagick
但是我收到以下错误:
unserialize(): Error at offset 250 of 1301 bytes in Config.php on line 1050
ERROR: The default config file is not a valid config file or is corrupted.
是否有其他人在使用xampp 1.8.2和1.8.2-beta时遇到此问题 - 是否可以使用XAMPP 1.8.2正确使用imagemagick?
感谢您的任何指示!
答案 0 :(得分:0)
我不会在OS X上使用XAMPP,而是内置服务器,酿造甚至是流浪汉。
但是,要解决您的问题,请先使用brew安装installation manual。
然后您可以像这样安装GraphicsMagick:
brew install graphicsmagick
之后,您可以使用路径/usr/local/bin/
答案 1 :(得分:0)
假设使用libfreetype
安装了macports
,请尝试更新macports吗?
您可以使用以下命令从终端执行此操作:
sudo port selfupdate
完成后,执行以下命令:
sudo port upgrade outdated
我也有XAMPP 1.8.2和ImageMagick 6.8.6-6,在OSX 10.8上运行良好。您使用的是什么版本的OSX?