为什么imagettftext 函数不能用?

为什么imagettftext 函数不能用?

我的GD库编译说是支持freetype的
** Configuration summary for gd 2.0.33:

   Support for PNG library:          yes
   Support for JPEG library:         yes
   Support for Freetype 2.x library: yes
   Support for Fontconfig library:   no
   Support for Xpm library:          yes
   Support for pthreads:             yes
还需要什么吗?      
问题补充:
phpinfo()里显示没有freetype
GD Support         enabled
GD Version         2.0 or higher
GIF Read Support         enabled
GIF Create Support         enabled
JPG Support         enabled
PNG Support         enabled
WBMP Support         enabled
我的确是安装了freetype
php 编译参数:--with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd2 --with-zlib --with-jpeg --with-freetype      
好像需要iconv的支持,参考一下php的文档      
谢谢~!我先去看看~!
可以说一下iconv 需要些什么步骤吗?      
编译php的用 --help 可以看到详细的提示      
我的PHPinfo里面有iconv:

iconv
iconv support  enabled  
iconv implementation  glibc  
iconv library version  2.4  

Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1