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

Re: OpenLDAP 2.2.1beta fails make test with dynamic backends (ITS#2740)



back-ldap and back-meta have a problem when they are configured
as dynamic libaries. It seems that none of the symbols in the
librewrite library is included in the static part of slapd.
We may need -u linker option to load it forcibly.

----- Original Message -----
From: <brian.widdas@thus.net>
To: <openldap-its@OpenLDAP.org>
Sent: Friday, September 26, 2003 7:07 AM
Subject: OpenLDAP 2.2.1beta fails make test with dynamic backends (ITS#2740)


> Full_Name: Brian Widdas
> Version: 2.2.1beta
> OS: Solaris 9
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (194.217.90.51)
>
>
> Test 019 fails when OpenLDAP has been build with dynamic backends, as the
proxy
> cache's slapd.conf does not contain any directives to load dynamic backend
> modules.
>
> Built with:
>
>
./configure --disable-static --enable-crypt --enable-modules --enable-rewrit
e
> --enable-wrappers --enable-bdb --with-bdb-module=dynamic --enable-ldap
> --with-ldap-module=dynamic --enable-meta --with-meta-module=dynamic
> --enable-monitor --with-monitor-module=dynamic --enable-null
> --with-null-module=dynamic --enable-perl --with-perl-module=dynamic
>
>