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

Reply via email to