trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2017

[SOLVED] Re: libkrb5-dev vs heimdal-dev

From: deloptes <deloptes@...>
Date: Mon, 16 Jan 2017 22:48:04 +0100
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.