~ubuntu-branches/ubuntu/trusty/openldap/trusty-updates

« back to all changes in this revision

Viewing changes to doc/guide/admin/install.sdf

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-01-23 10:01:13 UTC
  • mfrom: (1.3.4)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: package-import@ubuntu.com-20120123100113-z3mg83hvuplv9lyj
Tags: upstream-2.4.28
ImportĀ upstreamĀ versionĀ 2.4.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $OpenLDAP: pkg/openldap-guide/admin/install.sdf,v 1.38.2.11 2011/01/31 21:05:06 quanah Exp $
 
1
# $OpenLDAP$
2
2
# Copyright 1999-2011 The OpenLDAP Foundation, All Rights Reserved.
3
3
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
4
4
 
187
187
As an example, let's assume that we want to install OpenLDAP with
188
188
BDB backend and TCP Wrappers support.  By default, BDB
189
189
is enabled and TCP Wrappers is not.  So, we just need to specify
190
 
{{EX:--with-wrappers}} to include TCP Wrappers support:
 
190
{{EX:--enable-wrappers}} to include TCP Wrappers support:
191
191
 
192
 
>       ./configure --with-wrappers
 
192
>       ./configure --enable-wrappers
193
193
 
194
194
However, this will fail to locate dependent software not
195
195
installed in system directories.  For example, if TCP Wrappers
198
198
script should be called as follows:
199
199
 
200
200
>       env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
201
 
>               ./configure --with-wrappers
 
201
>               ./configure --enable-wrappers
202
202
 
203
203
Note: Some shells, such as those derived from the Bourne {{sh}}(1),
204
204
do not require use of the {{env}}(1) command.  In some cases, environmental