deloptes wrote:
I had to libtoolize autoreconf to be able to build
libtdeldap . I guess
perhaps this couldhave broken the way it compiles
I am wondering if this needs further investigation. If you confirm I will
create a bug regarding libkrb5-dev vs heimdal-dev and this issue with
libtdeldap
It seems the problem was really with libtoolize and autoreconf. It looks
like magic to me and it does not "work out of the box" as it does for other
packages.
Among anything else I did, I did
cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
make -f admin/Makefile.common cvs
and now all symbols are exported. I wonder why I had this issue.