[Typo3-debian] installationproblem

Michael Stucki mundaun at gmx.ch
Thu Apr 10 22:40:13 CEST 2003


Christoph Moeller wrote:

>> I have tried to install imagemagick-4.2.9 in tar.gz-thing but that gives
>> me trouble as well. I can ./configure it, but the make part gives me this
>> failure message:

> that reminds me of a thread on the main newsgroup today.
> you could try these statically linked IM 4.2.9 binaries:
> http://www.jens-ellerbrock.de

No, you should not do that! I'm quite sure that the ImageMagick packages of
Debian work very well with Typo3.

Compare your localconf.php with these lines:

$TYPO3_CONF_VARS["GFX"]["TTFdpi"] = '96';
$TYPO3_CONF_VARS["GFX"]["gdlib_png"] = '1';
$TYPO3_CONF_VARS["GFX"]["im_combine_filename"] = 'composite';
$TYPO3_CONF_VARS["GFX"]["im_path"] = '/usr/bin/';
$TYPO3_CONF_VARS["GFX"]["im_version_5"] = '1';
$TYPO3_CONF_VARS["GFX"]["imagefile_ext"] =
  'gif,jpg,jpeg,tif,bmp,pcx,tga,png';
$TYPO3_CONF_VARS["GFX"]["thumbnails_png"] = '1';
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '1';

This works great in Woody, and I also had success on a Sid station a few
weeks ago.

Hope this helps,
Michael



More information about the TYPO3-debian mailing list