--- /dev/null
+Unbound README
+* ./configure && make && make install
+* If it complains that no libevent can be found; libevent is useful when
+ using many (10000) outgoing ports. By default 16 ports are used and the
+ builtin alternative is equally capable.
+* More detailed README, README.svn, README.tests in doc directory
+* manual pages can be found in doc directory, and are installed, unbound(8).
+* example configuration file doc/example.conf
+
LDFLAGS="$thedir/.libs/*.o $LDFLAGS";
else
AC_MSG_ERROR([Cannot find the libevent library in $withval
-You can restart configure with --with-libevent=no to use a builtin alternative.
+You can restart ./configure --with-libevent=no to use a builtin alternative.
Please note that this alternative is not as capable as libevent when using
many outgoing ports. ])
fi
* includes tpkg fixes to kill daemons at end of test
* includes NSEC/RRSIG not downcasing fixup from
dnssec-bis-updates draft-06.
+ * README file updated.
+ * nice libevent not found error.
15 November 2007: Wouter
- review fixups from Jelte.
* --with-libevent=/path/to/libevent
Can be set to either the system install or the build directory.
--with-libevent=no gives a builtin alternative implementation.
+ libevent is useful when having many (thousands) of outgoing ports.
+ This improves randomization and spoof resistance. For the default
+ of 16 ports the builtin alternative works well.
* --without-pthreads
This disables pthreads, and uses Solaris thr library or no threading.
Without this option the pthreads library is detected automatically.