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

Re: support for dynamically loadable modules (ITS#196)




"Kurt D. Zeilenga" wrote:

> >This patch is not complete: it will build a functional slapd server that can
> >dynamically load modules. However slapd will not contain any backends, expecting
> >them to be loaded dynamically. At the moment backend modules still have to be built
> >be hand.

So that's why I would not find them...

> I do the following:
> >1) Run configure with every backend you want a module for enabled.
> >2) Make everything.
> >3) Go to the particular backend directories for example back-perl and do:
> >% gcc -g -O2 -shared -o libback-perl.so *.o

Could libtool be of help here?

Julio