[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Build errors with today's (4-21-08) snapshot
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Build errors with today's (4-21-08) snapshot
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Mon, 21 Apr 2008 22:48:19 +0200
- References: <29f517690804210849v51b7aa58r6dd83080cca5a011 (at) mail.gmail.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Mon, Apr 21, 2008 at 11:49:05AM -0400, Gary Baluha wrote:
> gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -DLINUX -I.
> -I/usr/local/src/hobbit-sources/hobbit-snap-4.21.2008/include
> -I/usr/local/include -c -o client_config.o client_config.c
> gcc -o hobbitd_rrd -Wl,--rpath,/usr/lib -Wl,--rpath,/usr/local/lib
> -Wl,--rpath,/usr/local/rrdtool-1.2.26/lib -Wl,--rpath,/var/hobbit/server/bin
> hobbitd_rrd.o hobbitd_worker.o hobbitd_buffer.o do_rrd.o
> client_config.o ../lib/libhobbit.a -L/usr/local/rrdtool-1.2.26/lib -lrrd
> -L/usr/local/lib -lpng -L/usr/local/lib -lpcre -L/usr/lib -lz
> /usr/local/rrdtool-1.2.26/lib/librrd.so: undefined reference to `art_free'
> /usr/local/rrdtool-1.2.26/lib/librrd.so: undefined reference to `art_alloc'
This looks like a missing library for linking Hobbit with rrdtool.
"art_free" is from the libart library, which Hobbit does not use -
except implicitly via rrdtool.
Henrik