RRDtool include- or library-files not found.
You need to ensure the headers are there, whereever they are: use something like rpm -ql rrdtool-whatever-it-is
If no headers there is probably an rrd-devel package - I'm not using redhat so don't know exactly.
Anyway the rpm -ql gives you the lib and .h locations. The file that does the rrd testing is ~/xymon-4.2.3/build/rrd.sh (as for pcre, ldap, etc)
In that file you can just insert the directory above where the lib and include directories are, ie /usr for /usr/lib64 and /usr/include
cheers.
On 4/7/2011 at 12:46 AM, in message <BANLkTin0sSCk6nKPZwLNOBQQfdzX1+Pakw at mail.gmail.com>, Jayanta Kundu <jayantak007 at gmail.com> wrote: Hi All,
I am using Red Hat Enterprise Linux 5.5. I installed rrdtool-1.0.50 successfully with steps(#./configure,
make, # make install). Similarly i installed pcre-8.12 successfully with steps(#./configure, # make, # make install).
Finally once i try to install xymon-4.2.3 with first step $ ./configure Following error showing:
Checking for RRDtool ... RRDtool include- or library-files not found. These are REQUIRED for hobbitd RRDtool can be found at http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ If you have RRDtool installed, use the "--rrdinclude DIR" and "--rrdlib DIR" options to configure to specify where they are. [xymon at t1vl001 xymon-4.2.3]$
Now i open the file "configure.server", but i can't understand where i need to assign the above mention path. Also where can i find the "rrdinlude" and "rrdlib" path.
Kindly help me out for the same.
With Regards, Jayanta.
participants (1)
-
Phil.Crooker@orix.com.au