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
e9c9e547
Commit
e9c9e547
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Add hint files for Solaris and SunOS.
parent
4e9f9af3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/install/hints/Solaris
+24
-0
24 additions, 0 deletions
doc/install/hints/Solaris
doc/install/hints/SunOS
+5
-0
5 additions, 0 deletions
doc/install/hints/SunOS
with
29 additions
and
0 deletions
doc/install/hints/Solaris
0 → 100644
+
24
−
0
View file @
e9c9e547
Sun Solaris Hints
** This file covers Solaris 2 and later releases. **
** Solaris 1.X is covered in the SunOS hints file. **
Solaris 2.6, pthread_create() in -lc
The Standard C library (-lc) contains pthread functions which
are not compatible with <pthread.h> and are not useable. The
autoconf system does not detect this incompatibility nor
attempts to resolve it. Consequently, slapd/slurpd will not
work correctly using out-of-the-box settings. Slapd will
report an error such as:
listener pthread_create failed
To resolve this problem, the installer must specify the
proper Pthreads libraries:
LIBS="-lpthread -lposix4"
./configure
to use OR disable threads:
./configure --without-threads
This diff is collapsed.
Click to expand it.
doc/install/hints/SunOS
0 → 100644
+
5
−
0
View file @
e9c9e547
Sun SunOS Hints
** This file covers SunOS 4.X and eariler releases. **
** SunOS 5.X is covered in the Solaris hints file. **
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