hello, im trying to add ttf support to my php, my gd are working right (at least for jpeg and png), i tried it to configure with
--enable-gd-native-ttf
--with-ttf
--with-freetype-dir=/usr/lib/
but i got the following output while configuring:
checking whether to include GD support... yes
checking whether to enable truetype string function in gd... no
checking for freetype(2)... yes
checking whether to include include FreeType 1.x support... yes
no - FreeType 2.x is to be used instead
where am i wrong?
is there an order to add switches?
thanks