xampp 1.8.2 with typo3 and imagemagick -


i updated xampp 1.8.2 on osx , discovered imagemagick , typo3 not play anymore... in install tool following error displayed:

warning: mismatch between version of imagemagick () , configuration of [gfx][im_version_5] (im6) 

(imagemagick installed via macports in /opt/local/bin version 6.8.6-6)

the php error logs reports:

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, libfreetype.6.dylib provides version 10.0.0 dyld: library not loaded: /opt/local/lib/libfreetype.6.dylib   referenced from: /opt/local/bin/composite 

when switch xampp installation xampp 1.7.3 works fine. (identical typo3 configuration , imagemagick in /opt/local/bin). imagemagick found , install tool shows rendered images etc. have tried multiple versions of typo3 4.7 6.0 same error message using xampp 1.8.2 , xampp 1.8.2-beta

in addition tried install imagemagick module via:

pecl download imagick 

but following error:

unserialize(): error @ offset 250 of 1301 bytes in config.php on line 1050 error: default config file not valid config file or corrupted. 

is else having problem xampp 1.8.2 , 1.8.2-beta - possible imagemagick work correctly xampp 1.8.2?

thanks pointers!

i would't use xampp on os x, rather built in server, brew or vagrant.

however, solve problem, first install brew installation manual.

then can install graphicsmagick this:

brew install graphicsmagick 

after that, can reference new installation in install tool path /usr/local/bin/


Comments