Re: krb5

2017-10-19 Thread Earl Killian
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

How install / build mit-krb5?

2017-10-19 Thread Andy
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

Re: How install / build mit-krb5?

2017-10-19 Thread Benjamin Kaduk
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 ___