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
c5f299ac
Commit
c5f299ac
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Update based upon latest errors.
parent
b0290c2d
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/install/hints/Solaris
+10
-10
10 additions, 10 deletions
doc/install/hints/Solaris
with
10 additions
and
10 deletions
doc/install/hints/Solaris
+
10
−
10
View file @
c5f299ac
...
...
@@ -8,25 +8,25 @@ 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 no
r
attempts to resolve it.
C
on
sequently, slapd/slurpd will not
work correctly using
out-of-the-box settings
. Slapd will
report an error such as:
listener pthread_create fai
le
d
autoconf system
will
detect this incompatibility
but does
no
t
attempts to resolve it.
c
on
figure will exit using
out-of-the-box settings
with the error:
checking if pthread_create() works... no
configure: error: pthread.h and pthread_create are not compatib
le
To resolve this problem, the installer must specify the
proper Pthreads libraries:
LIBS="-lpthread -lposix4"
./configure
LIBS="-lpthread -lposix4"
./configure
OR use Solaris (LWP) Threads
./configure --with-threads=lwp
./configure --with-threads=lwp
OR disable threads:
./configure --without-threads
./configure --without-threads
NDBM on Solaris
Solaris NDBM and OpenLDAP appears to be incompatible. Use
GDBM or
Berkeley DB2.
Berkeley DB2
or GDBM
.
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