ssh install with freebsd-update

Randy Bush randy at psg.com
Tue Jun 9 23:34:22 UTC 2015


# 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 at 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


More information about the freebsd-stable mailing list