[rrd-users] rrdtool 1.4.8 doesn't compile

Kirk Chen chen.kirk at gmail.com
Fri Jul 18 21:09:44 CEST 2014


Hi Иван Стрельников,

This might be a bit late response, but if you use the build steps from 
http://oss.oetiker.ch/rrdtool/doc/rrdbuild.en.html it will make and install a 
version of glib that works with rrdtool 1.4.8

wget http://oss.oetiker.ch/rrdtool/pub/libs/glib-2.15.4.tar.gz
gunzip -c glib-2.15.4.tar.gz  | tar xf -
cd glib-2.15.4
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
MAKE
MAKE install




More information about the rrd-users mailing list