[rrd-developers] Changes to rrdbuild.pod

Zorzoli, Pablo pablo.zorzoli at travelocity.com
Tue Dec 23 19:27:55 CET 2008


Hi Tobi,

I sending some changes to rrdbuild manpage, after following them for a
brand new install.

--- orig-rrdbuild.pod   2008-12-23 15:52:33.000000000 -0200
+++ rrdbuild.pod        2008-12-23 16:23:46.000000000 -0200
@@ -215,6 +215,11 @@
  $MAKE
  $MAKE install
 
+After installing pkgconfig in a custom directory, setting up the
corresponding
+environment variable will be helpful.
+
+ export PKG_CONFIG=$INSTALL_DIR/bin/pkg-config
+
 =head3 Building zlib
 
 Chances are very high that you already have that on your system ... 
@@ -260,9 +265,9 @@
 =head3 Building LibXML2
 
  cd $BUILD_DIR
- wget
http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-sources-2.6.31.tar.gz
- gunzip -c libxml2-sources-2.6.31.tar.gz | tar xf -
- cd libxml2-sources-2.6.31
+ wget http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-2.6.32.tar.gz
+ gunzip -c libxml2-2.6.32.tar.gz | tar xf -
+ cd libxml2-2.6.32
  ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
  $MAKE
  $MAKE install
@@ -278,7 +283,7 @@
  wget http://oss.oetiker.ch/rrdtool/pub/libs/fontconfig-2.4.2.tar.gz
  gunzip -c fontconfig-2.4.2.tar.gz   | tar xf -
  cd fontconfig-2.4.2
- ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
+ ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
--with-freetype-config=$INSTALL_DIR/bin/freetype-config
  $MAKE
  $MAKE install
 
@@ -318,9 +323,10 @@
 
 =head3 Building Pango
 
+ export PATH=$PATH:$INSTALL_DIR/bin
  cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.gz
- gunzip -c pango-1.21.1.tar.gz  | tar xf -
+ wget http://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.bz2
+ bunzip2 -c pango-1.21.1.tar.bz2 | tar xf -
  cd pango-1.21.1
  ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --without-x
  $MAKE


Cheers,

Pablo.-



More information about the rrd-developers mailing list