Hi Darel, d.henman <[email protected]> ha escrit:
> ../libmu_auth/.libs/libmu_auth.a(ldap.o): In function `mu_conn_setup': > /usr/src/mailutils/mailutils-2.99.98-2013-07-15/libmu_auth/ldap.c:103: > undefin reference to `ber_set_option' The liblber library is not linked in. Please add "-llber" to your loader options, like that: ./configure LDFLAGS=-llber [rest of your options] and recompile. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
