(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Installation : (Category) Platform Hints : (Category) Hewlett Packard HP-UX : (Answer) What to do if pthreads as in /opt/dce won't work?
This works on HP-715 with HP-UX 10.20 using gcc-2.95.1 and db-2.7.5:
GNU Pth - GNU Portable Threads (Version 1.1.2 or later)
  http://www.gnu.org/software/pth/
  ftp://ftp.gnu.org/gnu/pth/
To build and install Pth with POSIX thread support:
  % ./configure --prefix=/usr/local --with-pthread
  % make
  % su
  # make install
To build configure OpenLDAP to use Pth
  % env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
The proceed with remaining INSTALL instructions.
[Append to This Answer]
Previous: (Answer) What do I do if slapd crashes in REGEX code?
Next: (Answer) pthread_detach
This document is: http://www.openldap.org/faq/index.cgi?file=218
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org