I've got the following error when trying to plot graph.
JpGraph Error: Font file "/usr/local/include/freetype2/freetype/arialbd.ttf" is not readable or does not exist.
yeah, i checked and i do not have the fonts,
thus, i commented out the following
JpGraph Error: Internal font does not support drawing text at arbitrary angle. Use TTF fonts instead.
$bplot->value->SetFont(FF_ARIAL,FS_BOLD);
and i ended up with this error:
JpGraph Error: Font file "/usr/local/include/freetype2/freetype/arialbd.ttf" is not readable or does not exist.
GD Support enabled
GD Version bundled (2.0.23 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
what do i lack and what should i do?
i read and it says that we need freetype to be installed.
nothing is mentioned abt ttf.
do i need that too?
my configuration:
./configure --with-apxs2=/u
sr/local/apache2/bin/apxs --with-mysql --with-zlib --with-gd --with-ttf --with-freetype-dir --enable-gd-native-ttf --with-jpeg-dir --with-pnglib-dir --enable-mbregex --enable-mbstring