Hi, i'm having a big problem with cacti after upgrading my Ubuntu 8.10 to 9.4. I cannot see anymore graphs. From what i have checked, data are being colected and put into rra, but no graps are shown in html page.
The data are collected right into rrd files. I manually made a .png file from one of my rrd files:
cosmin@Dell:/usr/local/rrdtool-1.3.7/bin$ sudo ./rrdtool graph proc.png --start 1241770418 --end 1241780418 DEF
rocvar=/opt/lampp/htdocs/cacti/rra/localhost_proc_7.rrd
roc:AVERAGE LINE2
rocvar#FF0000
481x149
And it made a nice graph whit the processes running on my PC...but in cacti i still cannot see the graphs.
If i do a debug on a graph i get:
RRDTool Says:
/usr/local/rrdtool-1.3.7/bin/rrdtool: symbol lookup error: /usr/lib/libcairo.so.2: undefined symbol: FT_Library_SetLcdFilter
I have purged the rrdtool and did a fresh reinstall, did not complain about anything when installing it.
But the same problem remained:
RRDTool Says:
/opt/rrdtool-1.3.7/bin/rrdtool: symbol lookup error: /usr/lib/libcairo.so.2: undefined symbol: FT_Library_SetLcdFilter
From what i saw on google, it has something to do with a bug that was in previous versions (check this:
https://bugs.launchpad.net/ubuntu/+s...ft/+bug/145244 ) but i dinnot manage to fix it.
Anyway, please, can someone help me get rid of this problem?