Hi
I have installed php 5.2.0 with gd enabled and it's working fine. Now I need freetype to be installed,
I downloaded freetype-2.3.1.tar.gz
I tried to configure like this
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-xmlrpc' '--with-curl' '--with-openssl=/usr/local/ssl' '--with-mcrypt=/usr/local/lib/libmcrypt' '--with-gd' '--with-jpeg-dir=/usr/lib' '--with-zlib-dir=/usr/local' '--with-png-dir=/usr/lib' '--with-freetype-dir=/usr/local' '--with-ttf-dir=/usr/local'
when I run configure it says:
Checking for GD support... yes
...
Checking for FreeType 1.x support... no
Checking for FreeType 2... yes (so I assume everything is fine)
then I run
make
make install
and restart my apache
but there is no freetype support, the gd part of my phpinfo() looks like this:
GD Support enabled
GD Version bundled (2.0.15 compatible)
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
why is there no freetype?
Can anyone help me, or at least tell me where I can look for more information.
thanx a lot