[TYPO3-debian] Typo3 can't find graphicsmagick

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Tue Jan 31 00:38:27 CET 2006


On 30.01.2006 09:31 Christof Müller wrote:

> 
> galadriel:/# /usr/bin/identify /var/www/.../header_links.gif
> /var/www/.../header_links.gif GIF 207x62+0+0 PseudoClass 64c 8-bit 1.2k 
> 0.000u 0:01
> 
> The Warning of Mismatch between version an configuration is still here.
> I'm using typo3-3.8.1.

Make sure imagemagick package is uninstalled clearly.

Then compare your localconf.php settings for Graphic manipulations:

$TYPO3_CONF_VARS["GFX"]["gdlib_png"] = '1';
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_imvMaskState"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_mask_temp_ext_gif"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_negate_mask"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_no_effects"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_path"] = '/usr/bin/';
$TYPO3_CONF_VARS["GFX"]["im_v5effects"] = '1';
$TYPO3_CONF_VARS["GFX"]["thumbnails_png"] = '1';
$TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96';
$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'combine';
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = 'gm';
$TYPO3_CONF_VARS["GFX"]["imagefile_ext"] =
'gif,jpg,jpeg,tif,bmp,pcx,tga,png,pdf,ai';


> 
> I think the permissions should be ok:
> drwxrwxrwx  12 root root   4096 2005-12-21 06:42 usr
> drwxrwxrwx   2 root root  16384 2006-01-18 02:24 bin
> -rwxr-xr-x  1 www-data www-data 5856 2005-05-15 22:19 /usr/bin/gm 
> 

No, the permissions are definitly not ok. /usr and and /bin should never
be world writeable.

-- 
cheers,
Steffen



More information about the TYPO3-debian mailing list