Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Lowden
OpenLDAP
Commits
50f6c91b
Commit
50f6c91b
authored
13 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#6971 correct option is --enable-wrappers
parent
a2a880fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/guide/admin/install.sdf
+3
-3
3 additions, 3 deletions
doc/guide/admin/install.sdf
with
3 additions
and
3 deletions
doc/guide/admin/install.sdf
+
3
−
3
View file @
50f6c91b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment