OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation : Platform Hints : Hewlett Packard HP-UX : 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 installTo build configure OpenLDAP to use Pth % env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configureThe proceed with remaining INSTALL instructions. | |
[Append to This Answer] |
Previous: | What do I do if slapd crashes in REGEX code? |
Next: | pthread_detach |
|