Hi! I just installed Sarg , but when i try to run Sarg, this error appear :
SARG: libgd failed to calculate the bounding box of the text "69k": Could not read font
Could someone help?
the version of OS is Ubuntu 16.04.1 LTS and sarg is SARG version: 2.3.10
Thanks in advance
That error is produced if the font file named with the graph_font option in sarg.conf is missing or corrupted.
graph_font
sarg.conf
I suggest you look for graph_font in sarg.conf and try to locate the font it points to. Check if the file exists and is a valid TrueType font file.
When that option is missing, the default is to use the DejaVuSans.ttf font provided by and installed with sarg.
DejaVuSans.ttf
Log in to post a comment.
Hi!
I just installed Sarg , but when i try to run Sarg, this error appear :
SARG: libgd failed to calculate the bounding box of the text "69k": Could not read font
Could someone help?
the version of OS is Ubuntu 16.04.1 LTS and sarg is SARG version: 2.3.10
Thanks in advance
That error is produced if the font file named with the
graph_fontoption insarg.confis missing or corrupted.I suggest you look for
graph_fontinsarg.confand try to locate the font it points to. Check if the file exists and is a valid TrueType font file.When that option is missing, the default is to use the
DejaVuSans.ttffont provided by and installed with sarg.