I'm not positive on the answer to your question, but you can just create a symlink (named rrdtool) to /usr/local/rrdtool-1.2.10/bin/rrdtool in the /bin directory. That's probably not the best way to do it. I would just add /usr/local/rrdtool-1.2.10/bin to your $PATH.
-Dan >>> "Kevin C." <[EMAIL PROTECTED]> 07/22/05 11:08 AM >>> Thanks Daniel for the info. I'll look into it. Just also wondering. I followed the rrdbuild page of instructions word by word for building and installing rrdtool. I notice that the $BUILD_DIR = /usr/local/rrdtool-1.2.10. I successfully executed every instruction including the last 'make install' for rrdtool-1.2.10. However I notice that I cannot execute rrdtool elsewhere but the bin folder. Is it normal that the 'make install' doesn't automatically 'path' the /usr/local/rrdtool-1.2.10/bin folder? Do we have to manually path this folder ourselves? ----- Original Message ----- From: "DANIEL MAGNUSZEWSKI" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[email protected]> Sent: Friday, July 22, 2005 3:06 PM Subject: Re: [rrd-users] C/C++ vs. rddtool >I know that the RRDTool frontend "Cacti" has a C++ poller called > "cactid" and it uses RRDTool. Perhaps you can look through the source > and see how they went about using RRDTool and C++ > > http://cacti.net/cactid_download.php > > > Daniel Magnuszewski > CCNA > M & T Bank > [EMAIL PROTECTED] > >>>> "Kevin C." <[EMAIL PROTECTED]> 07/21/05 7:00 PM >>> > Is it possible to use rddtool within C/C++ application? > > How does one use the rddthread that's documented? Is this the librdd_th > > library we can use in C/C++ applications? > > -- > Unsubscribe > mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://lists.ee.ethz.ch/rrd-users > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi > > > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
