On Mon, Apr 21, 2008 at 4:48 PM, Henrik Stoerner <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Mon, Apr 21, 2008 at 11:49:05AM -0400, Gary Baluha wrote:<br>
> gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE<br>
> -D_FILE_OFFSET_BITS=64 -DLINUX -I.<br>
> -I/usr/local/src/hobbit-sources/hobbit-snap-4.21.2008/include<br>
> -I/usr/local/include -c -o client_config.o client_config.c<br>
> gcc  -o hobbitd_rrd -Wl,--rpath,/usr/lib -Wl,--rpath,/usr/local/lib<br>
> -Wl,--rpath,/usr/local/rrdtool-1.2.26/lib -Wl,--rpath,/var/hobbit/server/bin<br>
> hobbitd_rrd.o      hobbitd_worker.o hobbitd_buffer.o do_rrd.o<br>
> client_config.o ../lib/libhobbit.a -L/usr/local/rrdtool-1.2.26/lib -lrrd<br>
> -L/usr/local/lib -lpng -L/usr/local/lib -lpcre -L/usr/lib -lz<br>
> /usr/local/rrdtool-1.2.26/lib/librrd.so: undefined reference to `art_free'<br>
> /usr/local/rrdtool-1.2.26/lib/librrd.so: undefined reference to `art_alloc'<br>
<br>
</div>This looks like a missing library for linking Hobbit with rrdtool.<br>
"art_free" is from the libart library, which Hobbit does not use -<br>
except implicitly via rrdtool.</blockquote><div><br>Strange that 4.2.0 release compiled fine.  I'll dig deeper to see if I'm missing a path somewhere.  Thanks. <br></div></div><br>