[Typo3-linux] gd won't see freetype

Simon Hobbs info at urbits.com
Tue Oct 11 11:55:07 CEST 2005


Hi there, I am having trouble implementing TYPO3 support for freetype.

"Fatal error: Call to undefined function ImageTTFBBox()" etc...

I am installing GD-2.0.10 (Fedora linux), I have already installed 
freetype2.

I have verified that freetype.h is in 
"/usr/local/include/freetype2/freetype/"

I configure GD with

./configure
   --with-jpeg-dir=/usr/lib/
   --with-freetype-dir=/usr/local/include/freetype2

The (relevant?) output of configure is:
  checking for freetype-config... /usr/local/bin/freetype-config
  checking for FT_Init_FreeType in -lfreetype... yes
  checking freetype/freetype.h usability... no
  checking freetype/freetype.h presence... no
  checking for freetype/freetype.h... no

and:

   ** Configuration summary for gd 2.0.22:

    Support for PNG library:          yes
    Support for JPEG library:         yes
    Support for Freetype 2.x library: yes
    Support for Xpm library:          no
    Support for pthreads:             yes

...which is contradictory. Don't quite know how to tackle this!

Thanks
Simon



More information about the TYPO3-linux mailing list