From: oetiker Date: Thu, 25 May 2006 15:13:56 +0000 (+0000) Subject: addeed AIX instructions X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=15dbfecfc1c5cc91acbc450295cb1731226bc937 addeed AIX instructions git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@838 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index f741232..df3bcd6 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -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