I am attempting to compile free-vsd from source and it is stopping with
the below error.
I had bind, bind-utils, bind-devel rpms installed.
I also tried removing the rpms, and compiling bind from source (it was
newer than the rpms)
perhaps it needs an older bind?
any help is much appreciated, I will revert to the rpm install for now.
Aloha,
Aubrey Ghen
make[2]: Entering directory
`/usr/local/src/freevsd-1.4.9-2/src/vsd/modules/mod_bind'
gcc -I. -I.. -I../.. -I. -I./../../../libvsd -g -O2 -c mod_bind.c
gcc -I. -I.. -I../.. -I. -I./../../../libvsd -g -O2 -c domain.c
domain.c: In function `domain_delete':
domain.c:409: `BIND_EXCL_DB' undeclared (first use in this function)
domain.c:409: (Each undeclared identifier is reported only once
domain.c:409: for each function it appears in.)
domain.c:419: `BIND_DB' undeclared (first use in this function)
domain.c: In function `domain_add':
domain.c:588: `BIND_EXCL_DB' undeclared (first use in this function)
domain.c:596: `BIND_DB' undeclared (first use in this function)
domain.c: In function `domain_modify':
domain.c:1019: `BIND_EXCL_DB' undeclared (first use in this function)
make[2]: *** [domain.o] Error 1
make[2]: Leaving directory
`/usr/local/src/freevsd-1.4.9-2/src/vsd/modules/mod_bind'
make[1]: *** [all-modules] Error 1
make[1]: Leaving directory `/usr/local/src/freevsd-1.4.9-2/src/vsd'
make: *** [all-subdirs] Error 1
------------------------- The freeVSD Support List --------------------------
Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives: http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------