15 Sep
2014
15 Sep
'14
11:59 a.m.
Sebastian Hagedorn wrote:
But the freeradius-krb5 RPM fails:
# yum install freeradius-krb5-3.0.4-1.el6.x86_64.rpm ... ... Error: Package: freeradius-krb5-3.0.4-1.el6.x86_64 (/freeradius-krb5-3.0.4-1.el6.x86_64) Requires: krb5 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
There is no package named "krb5" in the standard repos. Where does that dependency come from?
From krb5-workstation. It looks like CentOS / Redhat changed the name of the package, and that isn't reflected in the server source. Just install krb5-workstation, and then install the freeradius-krb5 RPM manually, and do: $ rpm -i --nodeps freeradius-krb5-3.0.4-1.el6.x86_64.rpm Alan DeKok.