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

Re: compile errors: Re: 1.1.3 snapshot available for testing



"Larry S. Bartz" wrote:
> > > >     Updated slapd alias deref to be optional
> > > Where and how do we tune this optional behavior?
> > CPPFLAGS=-DSLAPD_ALIAS_DEREF; export CPPFLAGS
> > ./configure --without-threads
> Here's a snippet of the output from make:

> libbackends.a(ldbmsearch.o): In function `ldbm_back_search':
> ldbmsearch.o(.text+0x11a): undefined reference to `derefDN'
> ldbmsearch.o(.text+0x6c9): undefined reference to `derefAlias_r'

Try this patch:

http://www.OpenLDAP.org/devel/cvsweb.cgi/servers/slapd/back-ldbm/alias.c.diff?r1=1.3.4.10&r2=1.3.4.12

Kurt