LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Failed dependencies: krb5-libs (https://www.linuxquestions.org/questions/linux-newbie-8/failed-dependencies-krb5-libs-482441/)

banan 09-11-2006 10:43 AM

Failed dependencies: krb5-libs
 
Hello everyone.
I am trying to install Plesk on fresh installation of FedoraCore3.
Everything goes fine until I get ->
Quote:

error: Failed dependencies:
krb5-libs = 1.3.6-5 is needed by (installed) krb5-devel-1.3.6-5.i386

----- end of output -----
packages failed to install: Not all required packages were installed.
===> Autoinstaller: stopped logging at Mon Sep 11
But when I do :
Code:

rpm -q krb5-libs
I get :
Code:

krb5-libs-1.3.6-5
What should I do to get rid of this annoying error?
Anyone? Please? Help?

tpetri1807 09-11-2006 04:09 PM

This means the installed *-devel package needs exactly the version of krb5-libs that you have installed, and you were probably trying to install a newer version or remove the version you have. Did you use yum to install your software? You should, because yum takes care of dependencies and installs or upgrades other packages as needed.
Code:

sudo yum install packagename
Or use su - and then
Code:

yum install packagename
if you're not in the sudoers file.

banan 09-11-2006 06:53 PM

thanks tpetri1807.
I was getting this error because Plesk was trying to install newer version of krb5-libs without updating the rest of dependencies.
I have updated the package with yum and everything went along without any problems. Thanks much.


All times are GMT -5. The time now is 07:54 AM.