[TYPO3-linux] Imagemagick 4.2.9 tar.gz install vs. up2date on RHEL
Dimitri Tarassenko
mitka at mitka.us
Fri Mar 17 15:30:23 CET 2006
Franz,
On 3/17/06, Franz Holzinger <franz at fholzinger.com> wrote:
> > I didn't look at the article but suggest to remove such kind of information.
> I can change this information if someone succeeds here with another path.
I've been running it at /var/w3/typo3_src-3.8.1/gm like, forever ;)
> > It is wrong that GM only works from within /usr/local/php/bin/, so please
> > don't write that in a manual.
> >
> With safe_mode on in php.ini this is needed with this standard settings:
> safe_mode_exec_dir = /usr/local/php/bin
/usr/local/php/bin is only standard in SuSE.
> > And additionally: No, TYPO3 doesn't demand such a setting. It works
> > perfectly even without any safe_mode.
> >
> See
> http://bugs.typo3.org/view.php?id=2538
> on this matter.
And?
if (ini_get('safe_mode')) {
$paths=array(ini_get('safe_mode_exec_dir'),'/usr/local/php/bin/');
}
means TYPO3 will check for GM _both_ the directory(ies) specified in
safe_mode_exec_dir and /usr/local/php/bin. The answer to your question
"How can I change here that the existing path will be used instead of
the not extistant php subdirectory?" was not to change anything there,
but to add that existing path as a value for safe_mode_exec_dir
parameter in php.ini.
--
Dimitri Tarassenko
More information about the TYPO3-linux
mailing list