Hi

I have compiled PHP (4.3.3) with the following ./configure

---
'./configure'
        '--with-mysql'
        '--with-apxs=/usr/local/apache/bin/apxs'
        '--with-gd'
        '--with-zlib-dir'
        '--enable-gd-native-ttf'
        '--with-ttf'
---

which gives the following GD-entry in the phpinfo()

---
GD Support              enabled
GD Version              bundled (2.0.15 compatible)
FreeType Support        enabled
FreeType Linkage        with TTF library
GIF Read Support        enabled
PNG Support             enabled
WBMP Support            enabled
XBM Support             enabled
---

but imagettftext() doesn't show any text! and futhermore there is no error-message with error_reporting = E_ALL

does anyone have a clue to why this happens?

Regards
 - Morten "MFA" Fangel | KarmaSomething

Reply via email to