Thank you for further detail. I wish that gethostname returned a FQDN,
but since I don't know the reason that people have decided that it not
do so, I probably shouldn't go that route.
I think the problem arises from glibc implementing
gethostname/getdomainname using uname(2), and that seems diffi
I need directory /usr/lib/x86_64-linux-gnu/mit-krb5 with .so and
/usr/include/mit-krb5 with .h.
I have installed:
apt-get -y install krb5-user libcomerr2
apt-get install krb5-kdc
but is not enough...
I see https://github.com/krb5/krb5 but
I can't build
I can't ./configure or automake
How install
On Thu, Oct 19, 2017 at 10:12:21PM +0200, Andy wrote:
> I need directory /usr/lib/x86_64-linux-gnu/mit-krb5 with .so and
> /usr/include/mit-krb5 with .h.
> I have installed:
> apt-get -y install krb5-user libcomerr2
> apt-get install krb5-kdc
apt-get install libkrb5-dev
___