Difficulties building hobbitclient-0.3
I'm having trouble building hobbitclient-0.3 on both Fedora Core 3 and 4 systems. I unpacked the .tgz source, ran ./configure followed by make and get the error below. Any help will be appreciated.
hobbitclient-0.3# make
cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o hobbitc.o hobbitc.c
cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o conf_load.o
conf_load.c
bison -y -pecho conf_parse.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'
conf_parse.y
mv y.tab.c conf_parse.c
flex -oconf_token.c conf_token.l
cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o conf_parse.o
conf_parse.c
cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o report.o report.c
report.c: In function `open_report':
report.c:90: warning: initialization makes integer from pointer without a
cast
cc -g -O2 -DSYSCONFDIR="\"/usr/local/etc\"" -c -o osdep.o osdep.c
cc -o hobbitc
cc: no input files
make: *** [hobbitc] Error 1
I have the following files created after this part of the make: -rw-r--r-- 1 root root 8972 Jul 29 15:41 hobbitc.o -rw-r--r-- 1 root root 17616 Jul 29 15:41 conf_load.o -rw-r--r-- 1 root root 34743 Jul 29 15:41 conf_parse.c -rw-r--r-- 1 root root 42493 Jul 29 15:41 conf_token.c -rw-r--r-- 1 root root 25460 Jul 29 15:41 conf_parse.o -rw-r--r-- 1 root root 12988 Jul 29 15:41 report.o -rw-r--r-- 1 root root 885 Jul 29 15:41 osdep.o
On Fri, 2005-07-29 at 15:53 -0400, Allan.Marillier at dana.com wrote:
I'm having trouble building hobbitclient-0.3 on both Fedora Core 3 and 4 systems.
It only runs on netbsd. Use the hobbit included in the server package instead (build it with ./configure client)
Thanks Daniel.
Now you mention that, I vaguely remember seeing either here in the list or in docs somewhere that client is netbsd only, but don't remember the ./configure client
Daniel J McDonald <dan.mcdonald at austinenergy.com> 07/29/2005 04:14 PM Please respond to hobbit at hswn.dk
To Hobbit List <hobbit at hswn.dk> cc
Subject Re: [hobbit] Difficulties building hobbitclient-0.3
On Fri, 2005-07-29 at 15:53 -0400, Allan.Marillier at dana.com wrote:
I'm having trouble building hobbitclient-0.3 on both Fedora Core 3 and 4 systems.
It only runs on netbsd. Use the hobbit included in the server package instead (build it with ./configure client)
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Fri, 2005-07-29 at 16:21 -0400, Allan.Marillier at dana.com wrote:
Thanks Daniel.
Now you mention that, I vaguely remember seeing either here in the list or in docs somewhere that client is netbsd only, but don't remember the ./configure client
It's buried deep in the release notes. I spent most of Wednesday figuring out how to make an RPM of just the client.
-- Daniel J McDonald, CCIE # 2495, CNX, CISSP # 78281 Austin Energy
dan.mcdonald at austinenergy.com
I did find mention of the built-in client after I fetched and unpacked the source. I had previosuly just pulled down the FC4 binary rpm.
A simple adduser hobbit, followed by ./configure --client and then make install was all it took. I ran the start script and within a minute or two I had some nice green displays. I've been using a very simple BigBrother setup for about 18 months, and hobbit for a few weeks, but hobbit drops in so easily it makes BB look like a big ugly monster in comparison. Now all I need to do is put together a quick start/kill script and I'm ready to go dump my BB setup and move everything to hobbit.
I think one of the most impressive things, after the ease of installation and setup, is the instant trending graphs. And I thought I wrote reasonably decent, easy to use and somewhat bullet proof programs! :-)
participants (2)
-
Allan.Marillier@dana.com
-
dan.mcdonald@austinenergy.com