bind-9.5.2 build warnings

2009-10-23 Thread Kirk

OS == Solaris 9
Compilers == Sun or GCC

Anyone know what causes these warnings?

./configure --with-openssl=no --with-libxml2=/usr/local --disable-threads

snip to last line of configure output
configure: WARNING: Unrecognized options: --with-openssl, --with-libxml2

or


./configure --without-openssl --with-libxml2=/usr/local --disable-threads

snip to last line of configure output
configure: WARNING: Unrecognized options: --without-openssl, --with-libxml2








___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: bind-9.5.2 build warnings

2009-10-23 Thread Matthew Horsfall
Kirk wrote:
 OS == Solaris 9
 Compilers == Sun or GCC
 
 Anyone know what causes these warnings?
 
 ./configure --with-openssl=no --with-libxml2=/usr/local --disable-threads
 
 snip to last line of configure output
 configure: WARNING: Unrecognized options: --with-openssl, --with-libxml2
 

./configure is passing on the --with-openssl=no and
--with-libxml2=/usr/local arguments to ./lib/bind/configure which isn't
aware of those arguments, nor does it care about them. These warnings
are harmless, but misleading.

 
 
 ./configure --without-openssl --with-libxml2=/usr/local --disable-threads
 
 snip to last line of configure output
 configure: WARNING: Unrecognized options: --without-openssl, --with-libxml2
 

Same here.

-- Matt
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users