[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6889) client libraries not linked against libfetch when building with it



Full_Name: Xin LI
Version: 2.4.25
OS: FreeBSD
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (206.40.55.65)


When OpenLDAP is configured with fetch(3) support on FreeBSD, client libraries
are not linked against libfetch.so, but rather link it against management
binaries.  This would cause problem when the consumer does not explicitly
request libfetch.so linkage.

We currently have a very brute force fix in FreeBSD port to solve this:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/openldap24-server/files/patch-configure.diff?r1=1.12;r2=1.13