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

Re: (ITS#6870) Undefined reference to ber_* with 2.4.24



Am Freitag 18 M=E4rz 2011, 08:49:08 schrieb frank.offermanns@caseris.de:
> Now I get the following error:
> make[2]: *** No rule to make target
> `../../libraries/liblber/liblber.la', needed
>  by `liblutil.a'.  Stop.
> make[2]: Leaving directory `/openldap-2.4.24/libraries/liblutil'
> make[1]: *** [all-common] Error 1
> make[1]: Leaving directory `/openldap-2.4.24/libraries'
> make: *** [all-common] Error 1
Yes, I just stumbled across the same problem. Reodering the directories=20
in libraries/Makefile.in to build liblber before liblutil and removing=20
the liblutil dependency from the test binaries in liblber (which isn't=20
needed anyways AFAICS) fixes the problem for me.

=46ix commited to HEAD.

Ralf