On Fri, Jan 26, 2007 at 11:42:12AM -0500, Stewart_Larsen at doh.state.fl.us wrote:
So, I found the allinone patch and I downloaded the source. I applied the patch successfully and try to run the makerpm.sh script.
I get the following.
RPM build errors: File not found: /tmp/hobbit-root/usr/lib/hobbit/server/download File listed twice: /usr/lib/hobbit/client/bin/clientupdate File listed twice: /usr/lib/hobbit/client/bin/logfetch File listed twice: /usr/lib/hobbit/client/ext
Hmm ... there are different flavors (versions) of RPM. The version I have (4.4.1) does complain about the files that appear twice, but it isn't fatal.
The missing "download" directory is odd. It should be created by the "make install" step which is part of the RPM build. A quick fix would be to just delete the line with "%dir .... download" in the hobbit.spec file.
Checking for RRDtool ... test-rrd.c: In function
main': test-rrd.c:30: error: too few arguments to functionrrd_graph' make: *** [test-compile] Error 1 Not RRDtool 1.0.x, checking for 1.2.x Found RRDtool include files in /usr/include Found RRDtool libraries in /usr/lib Linking RRD with PNG library: -L/usr/lib -lpngAny thoughts on what is wrong here? I also tried without applying the allinone and I get the same results.
Nothing wrong, it's simple Hobbit's configuration script trying to figure out if you have RRDtool 1.0 or 1.2 installed.
Regards, Henrik