Project

General

Profile

Actions

Bug #15608

closed

The /usr/local/bin is not searched for GraphicsMagick

Added by Franz Holzinger almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
-
Start date:
2006-02-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This is CVS of TYPOcore from yesterday. PHP 4.3.10

I have downloaded and compiled with '--enable-magick-compat' the latest GraphicsMagick-1.1.7 and installed all the files into /usr/local/bin.
However the install tool brings the error message:
"No ImageMagick install available
It seems that there is no adequate ImageMagick installation available at the checked locations (, /usr/local/php/bin/)
An 'adequate' installation for requires 'convert', 'combine'/'composite' and 'identify' to be available"

I wonder why it wants to search in the php subdirectory of /usr/local which does not exist.

The settings are:
-------------------
$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/local/bin/'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['gdlib_png'] = '1'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_v5effects'] = '1'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '/usr/local/bin/'; // Modified or inserted by TYPO3 Install Tool.
---------------------------

(issue imported from #M2538)

Actions

Also available in: Atom PDF