summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ef11c0)
raw | patch | inline | side by side (parent: 9ef11c0)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 15 Jun 2006 07:44:22 +0000 (07:44 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 15 Jun 2006 07:44:22 +0000 (07:44 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@845 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdbuild.pod | patch | blob | history |
diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod
index 6809cc3e521f5072613e4537a2515fde60b2dd83..31e7ff672800b886e14d2fd347cdf1b35a04f31d 100644 (file)
--- a/doc/rrdbuild.pod
+++ b/doc/rrdbuild.pod
set BUILD_DIR=/tmp/rrdbuild
set INSTALL_DIR=/usr/local/rrdtool-1.2.13
+If your F</tmp> is mounted with the option noexec (RHEL seems todo that) you have to choose
+a different directory!
+
Now make sure the BUILD_DIR exists and go there:
mkdir -p $BUILD_DIR
cd $BUILD_DIR
wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
tar zxf zlib-1.2.3.tar.gz
- cd zlib-1.2.2
+ cd zlib-1.2.3
env CFLAGS="-O3 -fPIC" ./configure --prefix=$BUILD_DIR/lb
make
make install