[hobbit] Building bbproxy fails
Henrik Stoerner
henrik at hswn.dk
Mon Apr 30 22:03:46 CEST 2007
On Mon, Apr 30, 2007 at 03:53:03PM -0400, Lee J. Imber wrote:
> $ gmake bbproxy-build
> CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT -I/usr/local/
> include -L/usr/local/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
> DBSD -I. -I`pwd`/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DBSD"
> RPATHOPT=""-Wl,--rpath="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR=""
> SSLLIBS="" NETLIBS="" BBTOPDIR="/home/hobbit" BBLOGDIR=""
> BBHOSTNAME="" BBHOSTIP="172.16.0.10" BBHOSTOS="" gmake -C lib all
> gmake[1]: Entering directory `/usr/home/hobbit/hobbit-4.2.0/lib'
> gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -I/usr/local/include -L/usr/
> local/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DBSD -I. -I/usr/
> home/hobbit/hobbit-4.2.0/include -DCLIENTONLY=1 -I. -I../include -c
> -o loadalerts.o loadalerts.c
> loadalerts.c:44: error: syntax error before "criteria_t"
You've run the "configure" script with the --client option to build a
client. You cannot use that to build the proxy; you must configure it
for a server build.
Henrik
More information about the Xymon
mailing list