addeed AIX instructions
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 25 May 2006 15:13:56 +0000 (15:13 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 25 May 2006 15:13:56 +0000 (15:13 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@838 a5681a0c-68f1-0310-ab6d-d61299d08faa

doc/rrdbuild.pod

index f741232..df3bcd6 100644 (file)
@@ -65,7 +65,12 @@ package for each library you install. Once you have the missing bits on
 board, just re-run the last line of the instructions above.
 
 But again this may have been too optimistic, and you actually have to
-compile your own copies of the required libraries. Here is how:
+compile your own copies of the required libraries.
+
+If you are woking with AIX, you may find the the B<--disable-shared> option
+will cause things to break for you. In that case you may have to install the
+shared libraries into the rrdtool PREFIX and work with B<--disable-static>
+instead. (Better instructions for AIX welcome!)
 
 =over