linux提示 
  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:          no
   Support for pthreads:             yes
表明已经把FREETYPE安装成功了
#./configure --prefix=/usr/local/gd --with-jpeg=/usr/local/jpeg6 --with-png --with-zlib --with-freetype=/usr/local/freetype#'./configure' '--prefix=/server/php' '--with-apxs2=/var/apache/bin/apxs' '--with-mysql=/usr/mysql' '--with-zlib' '--with-jpeg-dir=/usr/local/jpeg6' '--with-png' '--with-freetype=/server/freetype' '--with-gd=/server/gd' 然后执行编绎语句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  查看了phpinfo还是不能支持Freetype.................求各位高手给点意见

解决方案 »

  1.   

    这样编绎:'./configure' '--prefix=/usr/local/php' '--with-mysql=/usr/local/mysql/' '--enable-force-cgi-redirect' '--with-gd=/usr/local/gd2' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-freetype-dir' '--with-jpeg-dir' '--with-png-dir' '--with-zlib' '--with-apxs2=/usr/local/apache/bin/apxs' 具体路径根据实际情况来。
      

  2.   

    加上 --enable-gd-native-ttf 试试
      

  3.   

    这么麻烦?我记得好象有个rpm包儿