2007-01-31 01:58:25 -05:00
|
|
|
README for Unbound @version@
|
2007-01-03 04:17:12 -05:00
|
|
|
Copyright 2007 NLnet Labs
|
|
|
|
|
http://unbound.net
|
|
|
|
|
|
|
|
|
|
This software is under BSD license, see LICENSE for details.
|
|
|
|
|
|
2007-05-25 08:02:37 -04:00
|
|
|
* Download the latest version of this software from
|
|
|
|
|
http://unbound.net
|
|
|
|
|
or get a beta version from the svn repository at
|
|
|
|
|
http://unbound.net/svn/
|
|
|
|
|
|
2007-01-03 04:17:12 -05:00
|
|
|
* Needs the following libraries
|
2007-01-03 04:27:01 -05:00
|
|
|
* ldns http://www.nlnetlabs.nl/ldns/ (BSD license)
|
|
|
|
|
* libevent http://www.monkey.org/~provos/libevent/ (BSD license)
|
2007-01-03 04:17:12 -05:00
|
|
|
|
2007-05-25 08:02:37 -04:00
|
|
|
* Create build environment
|
|
|
|
|
* run libtoolize -c if config.sub is missing.
|
|
|
|
|
* autoreconf (autoheader && autoconf), if ./configure is missing.
|
|
|
|
|
|
2007-01-03 04:17:12 -05:00
|
|
|
* Make and install: ./configure; make
|
|
|
|
|
* --with-ldns=/path/to/ldns
|
2007-02-19 05:07:52 -05:00
|
|
|
* --with-libevent=/path/to/libevent
|
|
|
|
|
Can be set to either the system install or the build directory.
|
2007-05-25 08:02:37 -04:00
|
|
|
--with-libevent=no gives a builtin alternative implementation.
|
|
|
|
|
* --without-pthreads
|
|
|
|
|
This disables pthreads, and uses Solaris thr library or no threading.
|
|
|
|
|
Without this option the pthreads library is detected automatically.
|
2007-01-03 04:17:12 -05:00
|
|
|
|
2007-03-02 04:48:31 -05:00
|
|
|
Known issues
|
|
|
|
|
------------
|
|
|
|
|
o If libevent is older (1.3 and before), unbound will exit instead of reload
|
|
|
|
|
on sighup. On a restart 'did not exit gracefully last time' warning is
|
|
|
|
|
printed. Perform ./configure --with-libevent=no or update libevent, rerun
|
|
|
|
|
configure and recompile unbound to make sighup work correctly.
|
|
|
|
|
|
2007-05-25 08:02:37 -04:00
|
|
|
Acknowledgements
|
|
|
|
|
----------------
|
|
|
|
|
o Thanks to David Blacka and Matt Larson (Verisign) for the unbound-java
|
|
|
|
|
prototype. Design and code from that prototype has been used to create
|
|
|
|
|
this program. Such as the iterator state machine and the cache design.
|
|
|
|
|
o See Credits file for contributors.
|
|
|
|
|
|
2007-01-03 08:03:34 -05:00
|
|
|
* mailto:wouter@nlnetlabs.nl
|