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


_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to