Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
18b5ca80
Commit
18b5ca80
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Mostly formating changes
parent
1fad9e50
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/release/install.sdf
+8
-8
8 additions, 8 deletions
doc/guide/release/install.sdf
with
8 additions
and
8 deletions
doc/guide/release/install.sdf
+
8
−
8
View file @
18b5ca80
...
...
@@ -100,7 +100,7 @@ E: % su root -c 'make install'
+ That's it!
.
See the {{Administrator's Guide}} and the manual pages for the
See the {{Administrator's Guide}} and the manual pages for the
individual applications for configuration and use information.
You may also want to edit the configuration files used by the
various components. These configuration files are located in
...
...
@@ -114,18 +114,18 @@ the OpenLDAP configuration directory (normally
> slapd.conf Standalone LDAP daemon
> schema/*.schema Schema Definitions
.
There are section 5 man pages for these configuration files.
There are section 5 man pages for these configuration files.
P2: Building OpenLDAP For More Than One Platform
.
You can build OpenLDAP for more than one platform from the
You can build OpenLDAP for more than one platform from the
same source tree.
This is accomplished by using {{make}}(1) {{EX:VPATH}} support.
If your {{make}}(1) program is old and doesn't have {{EX:VPATH}}
support, install {{BSD Make}} or {{GNU Make}}.
.
Follow these steps for each different platform:
Follow these steps for each different platform:
^ Create a directory for the platform object files.
...
...
@@ -139,7 +139,7 @@ E: % cd obj-platform
E: % [env settings] ../configure --src-dir=.. [options]
( replace "{{F:..}}" with the appropriate path )
.
( replace "{{F:..}}" with the appropriate path )
+ Continue as above (starting at step 6).
...
...
@@ -158,7 +158,7 @@ The configure script will also use your environmental
variables for determining compiler/linker options. This can
be used to manual specify features and compilation options.
.WARNING
: Executables built in your environment may not run
Note[label=Warning]
: Executables built in your environment may not run
in your users' environments. The portability of executables
between environments is your responsibility.
...
...
@@ -221,14 +221,14 @@ E: % [env] PATH="/usr/css/bin:$PATH" ./configure
* Using locally installed software
To use software under installed under {{F:/usr/local}}.
.
To use software under installed under {{F:/usr/local}}.
E: [env] \
E: CPPFLAGS="-I/usr/local/include" \
E: LDFLAGS="-L/usr/local/lib" \
E: ./configure
.NOTE
: You may have add additional flags if your system
Note
: You may have add additional flags if your system
supports shared libraries.
...
...
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