[TYPO3-english] installtool fails to detect imagemagick 64bit on Suse 11.4 64bit
RDE / Redlich
gr2 at ipw.net
Sat Jun 4 13:37:49 CEST 2011
Jigal van Hemert schrieb:
Hi Jigal,
thank you for your help - I did search for all ini files and did checkout:
>> I need to run TYPO3_VERSION: 4.3.11 with PHP_VERSION: 5.3.5
>> on a 64bit Suse 11.4 (with all updates up to today)
>> and ImageMagick-6.6.5.8-7.3/64bit and all gdlibs and freetype are
>> installed
>> but install-tool does not detect the files in "/usr/bin/"
> Is there an open_basedir restriction active? If yes, is PHP allowed to
> access files in /usr/bin? [1]
no, no restriction in php.ini for open_basedir, it is commented out
;open_basedir =
is there any suggestion, what restriction is usefull
currently there seems to be none
the manual says : The default is to allow all files to be opened.
as it is
>> the install-tool section "GDLib:" says "GDLib not found"
>> but all available gd libraries are installed
>
> The install tool checks two things:
> - is the PHP modules 'gd' loaded
> - is the PHP function 'imagecreatetruecolor' available
> The most usable version of GDlib is the one which comes with PHP.
>
> Maybe the gd module isn't loaded in PHP [2] ?
how can I check, whether gd is correctly loaded
it is installed by default with zypper and/or yast
and it did work fine in suse 11.2/32bit
>
> [1] http://www.php.net/manual/en/ini.core.php#ini.open-basedir
> [2] http://www.php.net/manual/en/image.setup.php
>
here are some parts from phpinfo
phpinfo()
PHP Version => 5.3.5
System => Linux www7 2.6.37.6-0.5-xen #1 SMP 2011-04-25 21:48:33 +0200 x86_64
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /etc/php5/cli
Loaded Configuration File => /etc/php5/cli/php.ini
Scan this dir for additional .ini files => /etc/php5/conf.d
Additional .ini files parsed => /etc/php5/conf.d/bz2.ini,
/etc/php5/conf.d/ctype.ini,
/etc/php5/conf.d/dom.ini,
/etc/php5/conf.d/gd.ini,
/etc/php5/conf.d/hash.ini,
/etc/php5/conf.d/iconv.ini,
/etc/php5/conf.d/json.ini,
/etc/php5/conf.d/mbstring.ini,
/etc/php5/conf.d/mcrypt.ini,
/etc/php5/conf.d/mysql.ini,
/etc/php5/conf.d/mysqli.ini,
/etc/php5/conf.d/pdo.ini,
/etc/php5/conf.d/pdo_mysql.ini,
/etc/php5/conf.d/pdo_sqlite.ini,
/etc/php5/conf.d/sqlite.ini,
/etc/php5/conf.d/sqlite3.ini,
/etc/php5/conf.d/suhosin.ini,
/etc/php5/conf.d/tokenizer.ini,
/etc/php5/conf.d/xmlreader.ini,
/etc/php5/conf.d/xmlwriter.ini,
/etc/php5/conf.d/zip.ini,
/etc/php5/conf.d/zlib.ini
that seems to be ok
and this
Core
PHP Version => 5.3.5
......
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
.......
gd
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.4.4
T1Lib Support => enabled
GIF Read Support => enabled
GIF Create Support => enabled
JPEG Support => enabled
libJPEG Version => 6b
PNG Support => enabled
libPNG Version => 1.4.4
WBMP Support => enabled
XPM Support => enabled
XBM Support => enabled
Directive => Local Value => Master Value
gd.jpeg_ignore_warning => 0 => 0
........
here some of the Environment
Variable => Value
HOSTNAME => www7
XKEYSYMDB => /usr/X11R6/lib/X11/XKeysymDB
HOST => www7
USER => root
HOSTTYPE => x86_64
PATH => /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games
CPU => x86_64
INPUTRC => /etc/inputrc
PWD => /etc/php5
LANG => de_DE.UTF-8
HOME => /root
LOGNAME => root
XDG_DATA_DIRS => /usr/share
OLDPWD => /etc/php5
_ => /usr/bin/php
.........
something is wrong and I dont find it
what do I miss here
I am sitting for hours on that new server
thank you for your help
Gert
More information about the TYPO3-english
mailing list