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
b1d1832f
Commit
b1d1832f
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Update Solaris hints (remove pthread_create hint).
Add new README.
parent
14b04f4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/install/hints/README
+2
-0
2 additions, 0 deletions
doc/install/hints/README
doc/install/hints/Solaris
+0
-26
0 additions, 26 deletions
doc/install/hints/Solaris
with
2 additions
and
26 deletions
doc/install/hints/README
0 → 100644
+
2
−
0
View file @
b1d1832f
For latest platform hints, see:
http://www.openldap.org/faq/index.cgi?file=9
This diff is collapsed.
Click to expand it.
doc/install/hints/Solaris
+
0
−
26
View file @
b1d1832f
...
...
@@ -6,31 +6,5 @@ Sun Solaris Hints
Latest Solaris hints are available at:
http://www.openldap.org/faq/index.cgi?file=10
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 will detect this incompatibility but does not
attempts to resolve it. configure 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 compatible
To resolve this problem, the installer must specify the
proper Pthreads libraries:
LIBS="-lpthread -lposix4"; export LIBS
./configure
On some versions of Solaris, you may be able to use Solaris LWP
Threads:
./configure --with-threads=lwp
On some versions of Solaris, you may be able to build without
threads.
./configure --without-threads
NDBM on Solaris
Solaris NDBM and OpenLDAP appears to be incompatible. Use
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