Hallo zusammen...
Bei der Benutzung diverser Grafik-Funktionen erhalte ich die Meldung (z.B. bei Verwendung von imagettfbbox() ):
Fatal error: Call to undefined function imagettfbbox() in ...
Ich vermute mal. dass ich PHP mit fehlenden / fehlerhaften Optionen installiert habe:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-zlib --with-jpeg-dir=/usr/local/lib --with-gd --with-freetype-dir=/usr/local/lib --with-ttf --with-xpm
gd_info() gibt aus:
["GD Version"]=> string(27) "bundled (2.0.28 compatible)"
["FreeType Support"]=> bool(false)
["T1Lib Support"]=> bool(false)
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true)
["JPG Support"]=> bool(true)
["PNG Support"]=> bool(true)
["WBMP Support"]=> bool(true)
["XPM Support"]=> bool(false)
["XBM Support"]=> bool(true)
["JIS-mapped Japanese Font Support"]=> bool(false)
Kann mir jemand weiterhelfen? Besten Dank!
Bei der Benutzung diverser Grafik-Funktionen erhalte ich die Meldung (z.B. bei Verwendung von imagettfbbox() ):
Fatal error: Call to undefined function imagettfbbox() in ...
Ich vermute mal. dass ich PHP mit fehlenden / fehlerhaften Optionen installiert habe:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-zlib --with-jpeg-dir=/usr/local/lib --with-gd --with-freetype-dir=/usr/local/lib --with-ttf --with-xpm
gd_info() gibt aus:
["GD Version"]=> string(27) "bundled (2.0.28 compatible)"
["FreeType Support"]=> bool(false)
["T1Lib Support"]=> bool(false)
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true)
["JPG Support"]=> bool(true)
["PNG Support"]=> bool(true)
["WBMP Support"]=> bool(true)
["XPM Support"]=> bool(false)
["XBM Support"]=> bool(true)
["JIS-mapped Japanese Font Support"]=> bool(false)
Kann mir jemand weiterhelfen? Besten Dank!
Kommentar