LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-01-2006, 12:35 PM   #1
mst3kman
Member
 
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58

Rep: Reputation: 15
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...
 
Old 05-01-2006, 12:48 PM   #2
ataraxia
Member
 
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296

Rep: Reputation: 30
So, where did you install RRDtool?
 
Old 05-01-2006, 01:09 PM   #3
mst3kman
Member
 
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58

Original Poster
Rep: Reputation: 15
Oh... it's in /usr/bin/
 
Old 05-01-2006, 02:40 PM   #4
ataraxia
Member
 
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296

Rep: Reputation: 30
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.
 
Old 05-03-2006, 10:04 AM   #5
mst3kman
Member
 
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58

Original Poster
Rep: Reputation: 15
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....
 
Old 05-03-2006, 02:49 PM   #6
ataraxia
Member
 
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296

Rep: Reputation: 30
Maybe it wants equal-signs?
Code:
./configure --rrdinclude=/usr/bin --rrdlib=/usr/lib
 
Old 05-04-2006, 12:21 PM   #7
mst3kman
Member
 
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58

Original Poster
Rep: Reputation: 15
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?
 
Old 05-04-2006, 12:57 PM   #8
ataraxia
Member
 
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296

Rep: Reputation: 30
"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.
 
Old 05-04-2006, 02:09 PM   #9
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
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 02:12 PM.
 
Old 05-05-2006, 12:47 PM   #10
mst3kman
Member
 
Registered: Jul 2004
Location: Massachusetts
Distribution: Mandrake 10.1 Community
Posts: 58

Original Poster
Rep: Reputation: 15
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?
 
Old 05-05-2006, 01:32 PM   #11
ataraxia
Member
 
Registered: Apr 2006
Location: Pittsburgh
Distribution: Debian Sid AMD64
Posts: 296

Rep: Reputation: 30
"make all install"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rrdtool tommytomato Linux - Networking 0 02-23-2005 06:43 AM
lm-sensors and rrdtool JurajPsycho Linux - Software 2 02-03-2005 10:13 AM
Anyone know anything about RRDTool? MaverickApollo Programming 0 11-14-2004 07:08 AM
RRDTool tommytomato Linux - General 1 09-24-2004 06:51 AM
use of rrdtool herc Linux - Software 1 09-22-2003 08:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration