Hi, I received this error when attempting to call gd function:
Warning: ImageTtfBBox: No TTF support in this PHP build...
Can anyone tell me what option I have to enabled to get the TTF support?? Here's my compilation option used:
./configure \
--with-pgsql=/usr/local/pgsql \
--with-mysql=no \
--with-curl \
--with-openssl \
--with-gd \
--enable-gd-native-ttf \
--with-apxs=/usr/local/apache/bin/apxs \
--with-ttf' '--with-zlib-dir \
--with-jpeg-dir \
--with-tiff-dir \
--with-pdflib \
--with-regex=system \
--enable-memory-limit=yes \
--enable-debug=no \
--enable-track-vars
Thanks...