Re: [bwm-tools-tech] ./configure missing rrdtools
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2006-02-01 19:15:57
|
Hi, >I was trying to ./configure bwmtools, and I am running >into the same problem over and over. I am using a >freshly installed copy of rrdtool-1.2.12, I could not >find a "devel" copy of this (whatever that is). > > devel is refering to the development files, headers and libraries required for linking. >I am running Vector Linux, and every time it gets up >to the line: > >checking for rrd_create in -lrrd... no > >It complains that rrdtool is not installed. I have >tried a number of command line arguments, most of >which I found in this mailing list and nothing has >worked. The most detailed command I have given yet is: > >[root@gateway/home/hoebags/bwm_tools-0.2.2]# >./configure --with-rrdtool2 --disable-rrdcgi >--with-rrdtool=/usr/local/rrdtool >--with-rrdtool-includes=/usr/local/rrdtool/include >--with-rrdtool-librarys=/usr/local/rrdtool/lib > >Can anyone help me? > > easy ... 1. Download, uncompress and extract rrdtool-1.x.x to the top BWM Tools directory 2. Symlink it, like this -> ln -s rrdtool-1.x.x rrdtool 3. Re-run ./configure with -> --with-rrdtool-source Note: For rrdtool-1.2.x you must add the --with-rrdtool2 flag and possibly also the --disable-rrdcgi flag Regards -Nigel |