On Jun 14, 2010, at 9:45 AM, Alan McKay wrote:
And I do not seem to be able to tell configure how to find it. These all fail : ./configure --enable-nfprofile --with-rrdpath=/usr/lib ./configure --enable-nfprofile --with-rrdpath=/usr ./configure --enable-nfprofile --with-rrdpath=.. ./configure --enable-nfprofile --with-rrdpath=/usr/lib/librrd.so.4 ./configure --enable-nfprofile --with-rrdpath=/usr/lib/librrd.a
What am I doing wrong?
I had this same problem. Drove me nuts.
The issue (for me anyway) was that the RRD development libraries weren't installed.
Give this a whirl then re-run 'configure'.
sudo yum install rrdtool-devel
- tim