[TYPO3-debian] Typo3 can't find graphicsmagick

Christof Müller mullech2 at zhwin.ch
Fri Jan 27 09:25:23 CET 2006


sorry, now my problem in english:

-- Information from the Install-Tool, Image Processing:
Current configuration
ImageMagick enabled: 1
ImageMagick path: /usr/bin/ ()
ImageMagick path/LZW: ()
Version 5 flag: gm

GDLib enabled: 1
GDLib using PNG: 0
GDLib 2 enabled: 0
IM5 effects enabled: -1 (Blurring/Sharpening with IM 5+)
Freetype DPI: 96 (Should be 96 for Freetype 2)
Mask invert: 1 (Should be set for some IM versions approx. 5.4+)

File Formats: gif,jpg,jpeg,tif,bmp,pcx,tga,png,pdf,ai
Warning: Mismatch between the version of ImageMagick () and the 
configuration of [GFX][im_version_5] (gm)

-- In Basic Configuration:
No ImageMagick install available It seems that there is no adequate 
ImageMagick installation available at the checked locations (, 
/usr/X11R6/bin/, /usr/bin/, /usr/local/bin/)
An 'adequate' installation for requires 'convert', 'combine'/'composite' and 
'identify' to be available

-- In localconf.php following lines:

$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/';
$TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';

-- On my server, graphicsmagick 1.1.6-3 is installed:
> galadriel:/# ls -l /usr/bin/gm
> -rwxr-xr-x  1 www-data www-data 5856 2005-05-15 22:19 /usr/bin/gm

-- If I try this:
galadriel:/# gm identify 
/var/www/init/fileadmin/templates/images/header_links.gif
-- the result seems quite ok:
/var/www/init/fileadmin/templates/images/header_links.gif GIF 207x62+0+0 
PseudoClass 64c 8-bit 1.2k 0.000u 0:01

-- safe_mode = Off (in: /etc/php4/apache2/php.ini)


What am I doing wrong ?
christof






More information about the TYPO3-debian mailing list