Re: Bind9.9.1 Dependences

2012-05-22 Thread Dennis Clarke
How can I find out which Unix files/libraries bind requires before I do the compile? Thanks I am not sure of the question but here is my best response: assume you need openssl, libiconv, gnu gettext, libxml2 you may also want libidn and a few others. Does this help? Dennis -- --

RE: Bind9.9.1 Dependences

2012-05-22 Thread Manson, John
Yes It would help if you could add the version of each listed below. What are the 'few others? Thanks -Original Message- From: Dennis Clarke [mailto:dcla...@blastwave.org] Sent: Tuesday, May 22, 2012 12:14 PM To: Manson, John Cc: 'bind-users@lists.isc.org' Subject: Re: Bind9.9.1

RE: Bind9.9.1 Dependences

2012-05-22 Thread Spain, Dr. Jeffry A.
How can I find out which Unix files/libraries bind requires before I do the compile? I have successfully built Bind 9.9.1 on Ubuntu 12.04 LTS (Precise Pangolin). Since Ubuntu comes with a previous version of the Bind 9 utilities installed, I uninstall the following packages: apt-get purge

Re: Bind9.9.1 Dependences

2012-05-22 Thread Evan Hunt
How can I find out which Unix files/libraries bind requires before I do the compile? configure will complain if you're missing anything critical. BIND 9 has relatively few dependencies other than a C compiler and POSIX-compliant system libraries. You need openssl if you want to use crypto;

Re: Bind9.9.1 Dependences

2012-05-22 Thread Dennis Clarke
How can I find out which Unix files/libraries bind requires before I do the compile? configure will complain if you're missing anything critical. BIND 9 has relatively few dependencies other than a C compiler and POSIX-compliant system libraries. You need openssl if you want to use