Can't install freeradius-krb5-3.0.4-1.el6.x86_64.rpm for CentOS
Hi, I'm trying to install RPMs from <https://packages.networkradius.com/centos/6.5/> on a CentOS 6.5 system. I have successfully installed the following: freeradius-3.0.4-1.el6.x86_64 freeradius-ldap-3.0.4-1.el6.x86_64 freeradius-debuginfo-3.0.4-1.el6.x86_64 freeradius-mysql-3.0.4-1.el6.x86_64 But the freeradius-krb5 RPM fails: # yum install freeradius-krb5-3.0.4-1.el6.x86_64.rpm ... Setting up Install Process Examining freeradius-krb5-3.0.4-1.el6.x86_64.rpm: freeradius-krb5-3.0.4-1.el6.x86_64 Marking freeradius-krb5-3.0.4-1.el6.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package freeradius-krb5.x86_64 0:3.0.4-1.el6 will be installed --> Processing Dependency: krb5 for package: freeradius-krb5-3.0.4-1.el6.x86_64 --> Finished Dependency Resolution 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? Thanks Sebastian -- .:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.02.:. .:.Regionales Rechenzentrum (RRZK).:. .:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.
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.
Should be krb5-libs. :-) Stefan
-----Original Message----- I'm trying to install RPMs from <https://packages.networkradius.com/centos/6.5/> on a CentOS 6.5 system. I have successfully installed the following:
freeradius-3.0.4-1.el6.x86_64 freeradius-ldap-3.0.4-1.el6.x86_64 freeradius-debuginfo-3.0.4-1.el6.x86_64 freeradius-mysql-3.0.4-1.el6.x86_64
But the freeradius-krb5 RPM fails:
# yum install freeradius-krb5-3.0.4-1.el6.x86_64.rpm ... Setting up Install Process Examining freeradius-krb5-3.0.4-1.el6.x86_64.rpm: freeradius-krb5-3.0.4-1.el6.x86_64 Marking freeradius-krb5-3.0.4-1.el6.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package freeradius-krb5.x86_64 0:3.0.4-1.el6 will be installed --> Processing Dependency: krb5 for package: freeradius-krb5-3.0.4-1.el6.x86_64 --> Finished Dependency Resolution 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
Janet(UK) is a trading name of Jisc Collections and Janet Limited, a not-for-profit company which is registered in England under No. 2881024 and whose Registered Office is at Lumen House, Library Avenue, Harwell Oxford, Didcot, Oxfordshire. OX11 0SG. VAT No. 614944238
participants (4)
-
Alan DeKok -
Phil Mayers -
Sebastian Hagedorn -
Stefan Paetow