Date: Tue, 09 Jun 2015 16:34:18 -0700 From: Randy Bush <randy@psg.com> To: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: ssh install with freebsd-update Message-ID: <m2r3pkpibp.wl%randy@psg.com>
next in thread | raw e-mail | index | archive | help
# uname -a
FreeBSD foux.psg.com 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Tue May 12 19:33:13 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
it's really p11 now
if i run freebsd-update install of p11. all looks well until the
reboot, when i get
Performing sanity check on sshd configuration.
Shared object "libgssapi_krb5.so.10" not found, required by "sshd"
/etc/rc: WARNING: failed precmd routine for sshd
i have to go through the following
cd /usr/src/secure/lib/libssh
make install
cd /usr/src/secure/usr.sbin/sshd
make install
cd /usr/src/lib/libgssapi
make
make install
service sshd restart
and ssh works
this occurs on many systems
randy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2r3pkpibp.wl%randy>
