(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Installation : (Category) Platform Hints : (Category) Hewlett Packard HP-UX : (Answer) How do I get past 'checking for wait3 that fills in rusage'?
On some HP-UX systems, configure will hang at:
  checking for wait3 that fills in rusage...
To get configure to skip this test, you must do one of the following:
  • edit the AC_FUNC_WAIT3 test out of configure.in then run autoconf
  • edit the wait3 test out of configure
  • create a config.cache with:
      ac_cv_func_wait3_rusage=${ac_cv_func_wait3_rusage='no'}
    before running configure.
This will have no adverse effect on the building or using OpenLDAP.
[Append to This Answer]
Next: (Answer) configure, libtool fail in odd ways
This document is: http://www.openldap.org/faq/index.cgi?file=83
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org