[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
back-meta/init.c is missing function mapping_free (ITS#3350)
Full_Name: Dagobert Michelsen
Version: 2.2.17
OS: Solaris 9
URL: ftp://ftp.openldap.org/incoming/dagobert-michelsen-040928.patch
Submission from: (NULL) (62.214.9.52)
When building back-meta with modularized the function mapping_free is not found
during startup of slapd. I used the following connfigure-options:
./configure --prefix=${PKG_INSTALLROOT} \
--with-tls \
--enable-rlookups=yes \
--enable-dynamic=yes \
--enable-modules=yes \
--enable-bdb=mod \
--enable-dnssrv=mod \
--enable-ldap=mod \
--enable-meta=mod \
--enable-null=yes \
--enable-passwd=mod \
--enable-perl=mod \
--enable-shell=mod
The attached patch takes the function mapping_free from back-ldap and uses it
in back-meta.