Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-01-2006, 01:35 PM
|
#1
|
Member
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58
Rep:
|
Hobbit can't find RRDtool
I'm trying to set up a Hobbit server on this Debian Linux box. However, despite the fcat that RRDTool is installed, the configuration thing can't find it anywhere. The script says this:
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/
<b>If you have RRDtool installed, use the "--rrdinclude DIR" and "--rrdlib DIR"
options to configure to specify where they are.</b>
I don't understand how to use the "--rrdinclude DIR" and "--rrdlib DIR" things, though. Does anyone here know a thing or two about Hobbit? Any input would be helpul...
|
|
|
05-01-2006, 01:48 PM
|
#2
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
So, where did you install RRDtool?
|
|
|
05-01-2006, 02:09 PM
|
#3
|
Member
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58
Original Poster
Rep:
|
Oh... it's in /usr/bin/
|
|
|
05-01-2006, 03:40 PM
|
#4
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
So, I guess RRDTool was configured with --prefix=/usr ? And that the libraries that come with it are in /usr/lib ?
That would indicate that you should use "--rrdinclude /usr/bin --rrdlib /usr/lib" in your "configure" run.
|
|
|
05-03-2006, 11:04 AM
|
#5
|
Member
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58
Original Poster
Rep:
|
Quote:
Originally Posted by ataraxia
That would indicate that you should use "--rrdinclude /usr/bin --rrdlib /usr/lib" in your "configure" run.
|
Okay, but I still don't know how to use "--rrdinclude /usr/bin --rrdlib /usr/lib"... I'm not even familiar with that syntax. It looks like when I add "--help" to a command, but typing it like that (./configure "--rrdinclude /usr/bin --rrdlib /usr/lib) nothing happens....
|
|
|
05-03-2006, 03:49 PM
|
#6
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
Maybe it wants equal-signs?
Code:
./configure --rrdinclude=/usr/bin --rrdlib=/usr/lib
|
|
|
05-04-2006, 01:21 PM
|
#7
|
Member
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58
Original Poster
Rep:
|
Hmm... that didn't work either.
Although, I did install it with the "symantic package manager" (the name is from memory... I can't check at the moment because I'm on a different machine) which I assume is something similar to mandrake's RPMdrake... excpet Debian doesn't seem to use RPM's. Does the package manager do something weird during installation that I might be overlooking?
|
|
|
05-04-2006, 01:57 PM
|
#8
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
"Synaptic".
Debian uses .debs, which are really not that different from .rpms.
You probably didn't install the "-dev" package for RRDtool, which is required for compiling against such things. Looks like it's called "librrd2-dev" (based on searching packages.debian.org). Install that with synaptic, and maybe things will work better.
Also, you can see what files are in an installed package and where they went with "dpkg -L packagename". Read the manpage for dpkg - it can do a lot of useful things.
|
|
|
05-04-2006, 03:09 PM
|
#9
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
dpkg -L rrdtool should show you all the files in the rrdtool package and where they would have been installed...
Synaptic not Symantic
Of course you could download the Debian packages of hobbit and install it that way...
http://sourceforge.net/project/showf...ease_id=370566
dpkg -i hobbit_4.1.2p1-1_i386.deb hobbit-client_4.1.2p1-1_i386.deb
I imagine the deb packages of Hobbit will already know where to look for rrdtool as well. .
Last edited by farslayer; 05-04-2006 at 03:12 PM.
|
|
|
05-05-2006, 01:47 PM
|
#10
|
Member
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58
Original Poster
Rep:
|
OKAY. I've got a Makefile, now. I have gcc installed, but neither the "make" or "gmake" commands work. I type "make Makefile" and I get "make: nothing to be done for "Makefile." Any ideas?
|
|
|
05-05-2006, 02:32 PM
|
#11
|
Member
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296
Rep:
|
"make all install"
|
|
|
All times are GMT -5. The time now is 12:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|