help with bind

Graeme Fowler graeme at graemef.net
Mon Nov 5 11:02:29 UTC 2007


On Mon, 2007-11-05 at 16:16 +0530, Agnello George wrote:
> I just started working on bind-dlz , but as per the documentation on
> the website  i need to use the dlz patch with bind 9.2.2 .The thing is
> i am not able to find this package.

-dlz got rolled into BIND mainstream releases in version 9.4:

http://www.isc.org/sw/bind/view/?release=9.4.1-P1#NOTES

"Integrate contributed DLZ code into named."

So, just grab the latest version (9.4.1-P1) and follow the instructions
you'll find by running "./configure --help":

--with-dlz-postgres=PATH   Build with Postgres DLZ driver yes|no|path.
                           (Required to use Postgres with DLZ)
--with-dlz-mysql=PATH   Build with MySQL DLZ driver yes|no|path.
                           (Required to use MySQL with DLZ)
--with-dlz-bdb=PATH   Build with Berkeley DB DLZ driver yes|no|path.
                           (Required to use Berkeley DB with DLZ)
--with-dlz-filesystem=PATH   Build with filesystem DLZ driver yes|no.
                           (Required to use file system driver with DLZ)
--with-dlz-ldap=PATH   Build with LDAP DLZ driver yes|no|path.
                           (Required to use LDAP with DLZ)
--with-dlz-odbc=PATH   Build with ODBC DLZ driver yes|no|path.
                           (Required to use ODBC with DLZ)
--with-dlz-stub=PATH   Build with stub DLZ driver yes|no.
                           (Required to use stub driver with DLZ)


Graeme



More information about the bind-users mailing list