Running GIF enabled packages on Debian Woody
notice - This information is outdated
While some details may still apply in specific situations, this page was written for packages of TYPO3 that are no longer current.
This content has been imported from http://lists.typo3.org/pipermail/typo3-debian/2004-August/000833.html
It needs to be better formated.
Contents
Add this line to your /etc/apt/sources.list
deb http://typo3.sunsite.dk/software/debian/ woody all
Run "apt-get update"
GraphicsMagick 1.1.2 (I prefer this one!)
Run "apt-get -u install graphicsmagick graphicsmagick-im-compat \ libgd2-xpm php4-gd2"
ImageMagick 4.2.9 (statically linked binaries)
Run "apt-get -u install imagemagick-typo3-4.2.9 libgd2-xpm php4-gd2"
ImageMagick 5.4.4.5 with LZW support
Run "apt-get -u install imagemagick libgd2-xpm php4-gd2"
Restart Apache: "/etc/init.d/apache restart"
Backup your typo3conf/localconf.php!
Customize localconf
Download this file and add the contents to the top of your typo3conf/localconf.php (but after the "<?php" tag, of course):
http://www.mstucki.net/files/typo3/localconf-additions/localconf_additions.php.txt
If there was already a line containing the "edit point token", make sure it does now only occur once. Therefore delete the upper one of them.
Make sure that there are no other lines that start with this:
$TYPO3_CONF_VARS['GFX']
As long as you're not sure, delete these lines (and remember that we have a backup of it...).
Check if everything works
Optional tuning: Installing "turck-mmcache".
This is recommended and works very well with TYPO3:
Simply run "apt-get -u install turck-mmcache"
and restart Apache when done.
That's it.