unbound/doc
Wouter Wijngaards 3fea680228 Better estimate.
git-svn-id: file:///svn/unbound/trunk@278 be551aaa-1e26-0410-a405-d3ace91eadb9
2007-05-04 06:56:37 +00:00
..
Changelog Better estimate. 2007-05-04 06:56:37 +00:00
example.conf Documentation addresses and check buffer limit. 2007-05-01 15:11:53 +00:00
ietf67-design-02.odp Added presentation that shows the design we plan to make. 2007-01-15 12:51:47 +00:00
ietf67-design-02.pdf Added presentation that shows the design we plan to make. 2007-01-15 12:51:47 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
plan Netevent work 2007-01-23 13:46:18 +00:00
README exit on signal, compatible with bad versions of libevent. 2007-03-02 09:48:31 +00:00
README.svn Tiny change to test commit mails. 2007-02-08 10:21:35 +00:00
README.tests Added READMEs. 2007-01-16 11:54:29 +00:00
requirements.txt requirements file (send to unbound-dev mailing list). 2007-01-15 14:38:36 +00:00
TODO no more iov per rr. 2007-04-27 12:42:03 +00:00
unbound.8 daemonize by default. -d to debugmode. 2007-02-23 15:23:33 +00:00
unbound.conf.5 query list config option. tpkg test. 2007-03-28 13:43:50 +00:00
unbound.doxygen locks.h doxygen not enforced, it looks bad. 2007-02-20 15:47:27 +00:00

README for Unbound @version@
Copyright 2007 NLnet Labs
http://unbound.net

This software is under BSD license, see LICENSE for details.

* Needs the following libraries
  * ldns	http://www.nlnetlabs.nl/ldns/			(BSD license)
  * libevent	http://www.monkey.org/~provos/libevent/		(BSD license)

* Make and install: ./configure; make
  * --with-ldns=/path/to/ldns
  * --with-libevent=/path/to/libevent
  	Can be set to either the system install or the build directory.
	--with-libevent=no gives an alternative to libevent (based on select).

* Create build environment 
  * run libtoolize -c if config.sub is missing.
  * autoreconf (autoheader && autoconf), if ./configure is missing.

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.

* mailto:wouter@nlnetlabs.nl