mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
17 lines
304 B
Text
17 lines
304 B
Text
INSTALLATION
|
|
|
|
To Compile zone2ldap from contrib/sdb directory:
|
|
|
|
gcc -g `../../../isc-config.sh --cflags isc dns` -c zone2ldap.c
|
|
gcc -g -o zone2ldap zone2ldap.o `../../../isc-config.sh --libs isc dns` -lldap -llber -lresolv
|
|
|
|
USAGE:
|
|
|
|
See zone2ldap.1
|
|
|
|
BUGS:
|
|
|
|
Jeff McNeil <jeff@snapcase.g-rock.net>
|
|
|
|
|
|
|