Howard Chu wrote:
Jan Synacek wrote:
On 06/04/12 at 11:56am, Quanah Gibson-Mount wrote:
If you know how to build OpenLDAP manually, and would like to participate in testing the next set of code for the 2.4.32 release, please do so.
Generally, get the code for RE24:
Configure & build.
Execute the test suite (via make test) after it is built.
Thanks!
Some makefiles seem to be missing -lgcrypt:
The Makefiles are only supposed to reference -lgnutls. Your linker obviously knows that libgnutls references libgcrypt; it should be satisfying the dependency itself.
Hm, we probably need to revisit this. Now that gnutls is using libnettle, we should take a look at removing any references to libgcrypt from tls_g.c.