[Typo3-linux] Activating GraphicsMagick on 3.8?

Michael Stucki michael at typo3.org
Tue Sep 20 10:00:12 CEST 2005


Hi Franz,

>>>/home/httpd/vhosts/fholzinger.com/httpdocs/graphicsmagick-1.1.6/bin
>> 
>> Edit your localconf.php and remove all lines about
>> $TYPO3_CONF_VARS["GFX"]. This should help.
>> 
> This does not help.
> /home/httpd/vhosts/fholzinger.com/httpdocs/graphicsmagick-1.1.6/bin # ls
> -l total 3759
> drwxr-xr-x  2 psaadm psaadm    1024 Sep 19 21:02 .
> drwxr-xr-x  4 psaadm psaadm    1024 May 15 16:19 ..
> -rwxr-xr-x  1 psaadm psaadm 3837376 May 30 04:41 gm

Can you execute this directly from here?

> Do I need a wrapper file for that?

No usually you don't need to.

Last attempt, try this:
Edit localconf.php and set these values manually:

$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
$TYPO3_CONF_VARS['GFX']['im_path'] = '/home/httpd/.../bin/';
$TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96'; // Only if Freetype2 is used

Then do NOT visit page 1 of the install tool (or at least don't click
"update" there) but run the image tests directly.

Good luck!
- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-linux mailing list