INN commit: branches/2.5/doc/pod (ovdb.pod)
INN Commit
rra at isc.org
Fri Sep 20 18:01:01 UTC 2013
Date: Friday, September 20, 2013 @ 11:01:01
Author: iulius
Revision: 9537
fix ovdb documentation about --with-berkeleydb
Since commit [7819], likely locations like /usr/include/db44 or
/usr/local/BerkeleyDB.4.4 are no longer checked.
Modified:
branches/2.5/doc/pod/ovdb.pod
----------+
ovdb.pod | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: ovdb.pod
===================================================================
--- ovdb.pod 2013-09-20 17:47:02 UTC (rev 9536)
+++ ovdb.pod 2013-09-20 18:01:01 UTC (rev 9537)
@@ -24,11 +24,9 @@
=head1 INSTALLATION
To build ovdb support into INN, specify the option B<--with-berkeleydb>
-when running the configure script. By default, configure will search for
-a S<Berkeley DB> tree in several likely locations, and choose the highest
-version (based on the name of the directory, e.g., F<BerkeleyDB.4.4>) that
-it finds. There will be a message in the configure output indicating the
-chosen pathname.
+when running the configure script. By default, configure will search
+for S<Berkeley DB> in standard paths; there will be a message in the
+configure output indicating the pathname that will be used.
You can override this pathname by adding a path to the option, e.g.,
B<--with-berkeleydb=/usr/BerkeleyDB.4.4>. This directory is expected to
More information about the inn-committers
mailing list