|
|
| Author |
Message |
ickyshuffle Beginner
Joined: 25 Mar 2004 Posts: 4
|
Posted: Thu Mar 25, 2004 9:04 am Post subject: Config problems with RRDTool |
|
|
Hi,
I would really like to get NetMRG up and running but I am running into a problem with RRDTool.
I have compiled it from source and installed it in /usr/local/rrdtool/bin but when I run configure for NetMRG, it says it cannot find rrdtool. Here's the error message:
checking for rrdtool... no
configure: error: Couldn't find rrdtool. Please verify that it is installed.
I can't figure out from the help where to tell configure about rrdtool's location.
Icky |
|
| Back to top |
|
 |
balleman Site Admin
Joined: 20 Jan 2003 Posts: 282
|
Posted: Thu Mar 25, 2004 2:06 pm Post subject: |
|
|
You're right, there doesn't appear to be a way to override the default locations in the configure script yet. I've started bug#179 to address that.
In the meantime, adding a symlink for the rrdtool binary in either /usr/bin or /usr/local/bin should do the trick. |
|
| Back to top |
|
 |
keb Contributor
Joined: 09 Jul 2003 Posts: 44 Location: Camp Hill, PA, USA
|
Posted: Thu Mar 25, 2004 10:33 pm Post subject: Re: Config problems with RRDTool |
|
|
| ickyshuffle wrote: |
I have compiled it from source and installed it in /usr/local/rrdtool/bin but when I run configure for NetMRG, it says it cannot find rrdtool. Here's the error message:
checking for rrdtool... no
configure: error: Couldn't find rrdtool. Please verify that it is installed.
|
Is /usr/local/rrdtool/bin in your PATH? Running 'which rrdtool' (w/o quotes) at a shell prompt should verify this. The configure script looks for the rrdtool binary in your PATH, so I'm assuming that's the problem.
But...there should be a config option to specify the rrdtool binary location. That option should be added by the next release. |
|
| Back to top |
|
 |
ickyshuffle Beginner
Joined: 25 Mar 2004 Posts: 4
|
Posted: Fri Mar 26, 2004 7:06 pm Post subject: |
|
|
| Adding rrdtool to /usr/local/bin (as a symlink) was the trick. I think I had only tried /sbin and /usr/sbin so I feel a little stupid but I really appreciate the help. |
|
| Back to top |
|
 |
ickyshuffle Beginner
Joined: 25 Mar 2004 Posts: 4
|
Posted: Fri Mar 26, 2004 7:07 pm Post subject: |
|
|
| Adding rrdtool to /usr/local/bin (as a symlink) was the trick. I think I had only tried /sbin and /usr/sbin so I feel a little stupid but I really appreciate the help. |
|
| Back to top |
|
 |
|