[Typo3-debian] GIF packages on Debian Woody

Michael Stucki mundaun at gmx.ch
Thu Aug 12 01:34:44 CEST 2004


Running GIF enabled packages on Debian Woody:
=============================================

1) Add this line to your /etc/apt/sources.list:

   deb http://www.mstucki.net/debian/ stable all

2) Run "apt-get update"

3a) GraphicsMagick 1.1.2 (I prefer this one!)
    Run "apt-get -u install graphicsmagick graphicsmagick-im-compat \
                            libgd2-xpm php4-gd2"

3b) ImageMagick 4.2.9 (statically linked binaries)
    Run "apt-get -u install imagemagick-typo3-4.2.9 libgd2-xpm php4-gd2"

3c) ImageMagick 5.4.4.5 with LZW support
    Run "apt-get -u install imagemagick libgd2-xpm php4-gd2"

4) Restart Apache: "/etc/init.d/apache restart"

5) Backup your typo3conf/localconf.php!

6) 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...).

7) Check if everything works

8) 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.
- michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html



More information about the TYPO3-debian mailing list