After updating openssh version from 5.3 to 7.9 I am having problems when I try to start sshd service,
The script that I executed is:
rpm -Uvh openssh-latest-7.9p1-1.el6.cgsl7741.x86_64.rpm --nodeps
rpm -Uvh openssh-latest-clients-7.9p1-1.el6.cgsl7741.x86_64.rpm --nodeps
rpm -Uvh openssh-latest-server-7.9p1-1.el6.cgsl7741.x86_64.rpm --nodeps
the following error appears:
Starting sshd: /usr/local/openssh/sbin/sshd: relocation error:
/usr/local/openssh/sbin/sshd: symbol krb5_cc_support_switch,
version krb5_3_MIT not defined in file libkrb5.so.3 with link time reference
[FAILED]
I tried some suggestions I found on the web without success.