# uname -a
FreeBSD foux.psg.com 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Tue May 12
19:33:13 UTC 2015
[email protected]:/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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"