From: Tobias Oetiker Date: Thu, 15 Jun 2006 07:44:22 +0000 (+0000) Subject: added hint for RHEL X-Git-Tag: 1.2.14~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df604cb14717a31170fff1bf4f193b4bdbc61762;p=thirdparty%2Frrdtool-1.x.git added hint for RHEL git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@845 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 6809cc3e..31e7ff67 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -42,6 +42,9 @@ Or if you run tcsh: set BUILD_DIR=/tmp/rrdbuild set INSTALL_DIR=/usr/local/rrdtool-1.2.13 +If your F 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 @@ -90,7 +93,7 @@ Another hint to get rrdtool working on AIX is to use the IBM XL C Compiler: 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