From: Quanah Gibson-Mount Date: Mon, 13 Jun 2011 20:46:01 +0000 (-0700) Subject: ITS#6971 correct option is --enable-wrappers X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=9578bf01457608b611e00a40c8641c7e30f2d8f8 ITS#6971 correct option is --enable-wrappers --- diff --git a/doc/guide/admin/install.sdf b/doc/guide/admin/install.sdf index b398dc3b79..9c722569da 100644 --- a/doc/guide/admin/install.sdf +++ b/doc/guide/admin/install.sdf @@ -187,9 +187,9 @@ environment variables. As an example, let's assume that we want to install OpenLDAP with BDB backend and TCP Wrappers support. By default, BDB is enabled and TCP Wrappers is not. So, we just need to specify -{{EX:--with-wrappers}} to include TCP Wrappers support: +{{EX:--enable-wrappers}} to include TCP Wrappers support: -> ./configure --with-wrappers +> ./configure --enable-wrappers However, this will fail to locate dependent software not installed in system directories. For example, if TCP Wrappers @@ -198,7 +198,7 @@ and {{F:/usr/local/lib}} respectively, the {{EX:configure}} script should be called as follows: > env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \ -> ./configure --with-wrappers +> ./configure --enable-wrappers Note: Some shells, such as those derived from the Bourne {{sh}}(1), do not require use of the {{env}}(1) command. In some cases, environmental