When building HEAD of ldapserver on HP-UX with v6.0.3 of the LDAP C SDK, linker errors are reported when linking libslapd.so and libds_admin.so. These errors are caused by a change in the libraries that libldap.so is linked to in v.6.0.3. The libldap.so library has a dependency on libsasl2.so, so we need to link to libsasl2.so from anything that we link to libldap.so.
Created attachment 154785 [details] CVS Diffs
Checked into HEAD. Thanks to Noriko for the review! Checking in Makefile.am; /cvs/dirsec/ldapserver/Makefile.am,v <-- Makefile.am new revision: 1.38; previous revision: 1.37 done Checking in Makefile.in; /cvs/dirsec/ldapserver/Makefile.in,v <-- Makefile.in new revision: 1.45; previous revision: 1.44 done