[Bug 1636341] Re: systemd unit krb5kdc fails due to "krb5kdc[22510]: /usr/sbin/krb5kdc: error while loading shared libraries: libcom_err.so.3: cannot open shared object file: No such file or directory

2016-10-24 Thread Karl-Philipp Richter
> This is not a bug of the krb5-kdc package in Ubuntu 16.10. krb5-kdc > 1.14.3+dfsg-2 is linked against libcom_err.so.2, not against libcom_err.so.3. Then it's maybe the remainder of an old source installation - thought I used checkinstall. > Your report further shows that /lib/systemd/system/kr

[Bug 1636341] Re: systemd unit krb5kdc fails due to "krb5kdc[22510]: /usr/sbin/krb5kdc: error while loading shared libraries: libcom_err.so.3: cannot open shared object file: No such file or directory

2016-10-24 Thread Steve Langasek
This is not a bug of the krb5-kdc package in Ubuntu 16.10. krb5-kdc 1.14.3+dfsg-2 is linked against libcom_err.so.2, not against libcom_err.so.3. Your report further shows that /lib/systemd/system/krb5-kdc.service has been modified on your system. ** Changed in: krb5 (Ubuntu) Status: New

[Bug 1636341] Re: systemd unit krb5kdc fails due to "krb5kdc[22510]: /usr/sbin/krb5kdc: error while loading shared libraries: libcom_err.so.3: cannot open shared object file: No such file or directory

2016-10-24 Thread Karl-Philipp Richter
** Description changed: `sudo ldconfig` doesn't help. + + Workaround: build from source with `cd src && autoreconf -i -v -f && + ./configure && make` and run `sudo cp lib/libcom_err.so.3* /lib/x86_64 + -linux-gnu/` ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: krb5-kdc 1.14.3+d