Tag: pango

Building RRDTool on Centos/Redhat x86_64 Systems

22 October, 2009 (12:14) | Unix | By: Scott

I just ran into this one and thought someone else might find it useful. I was trying to compile rrdtool under Centos5 x86_64 so that I could have access to the perl libraries. It seems like rrdtool can get confused when looking for dependencies. First, install the dependencies via yum: # yum install cairo-devel libxml2-devel [...]