Skip to content
Snippets Groups Projects
Commit e9c9e547 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add hint files for Solaris and SunOS.

parent 4e9f9af3
Branches
Tags
No related merge requests found
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
Sun SunOS Hints
** This file covers SunOS 4.X and eariler releases. **
** SunOS 5.X is covered in the Solaris hints file. **
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment