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

devel package fails to build with back-perl (unless you edit Makefile manually)



Hi.

It seems that there's some bug in configure about back-perl. Both
"./configure --enable-perl" and
"./configure --enable-perl --with-perl-module=dynamic"
produce Makefile which doesn't even try to link with -lperl or
DynaLoader.a (not surpisingly getting errors about unknown symbols from
there).
In fact, some variable named MODLIBS containing both(?) flags is
generated (in Makefile for back-perl), but it never gets used in both
cases.

I added -lperl manually into Makefile for slapd itself -- it linked just
fine...

PS. I used RedHat 6.0's standard RPMS for gcc, perl, autoconf etc.