MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
When I try to install pine using urpmi (configured according to Easy Urpmi), I get the following:
> urpmi pine
Some package requested cannot be installed:
pine-4.62-1plf.i586 (due to unsatisfied liblber.so.2)
Continue? (Y/n)
I am not sure what 'unsatisfied' means, but why is this dependency not taken care of by urpmi? Is there is an inconsistency in my urpmi sources, perhaps?
It is most likely your URPMI database is out of date, or your missing a needed source...You may be able to get by installing just the needed package, (libldap2-2.0.25-7.2mdk RPM for i586) however.
I would suggest doing only one source at a time and check the platform and version your using carefully. Also you may want to clear the existing database first:
Originally posted by hashbrown Yes, it seems that my contrib source was corrupted in the urpmi database somehow. I wiped the list and rebuilt, and it worked fine.
Thanks.
I don't think it was corrupted, just out of date. Next time just run,
Code:
#urpmi.update -a
Once thats done retry the installation and it usually works fine.
Actually definitely not out of date as I had run above command before trying to install pine. Anwyays, removing and adding the contrib source resulted in it knowing which dependency to get, but not being able to get it. (Does the order in which sources are added to urpmi have effects?)
Originally posted by hashbrown Actually definitely not out of date as I had run above command before trying to install pine. Anwyays, removing and adding the contrib source resulted in it knowing which dependency to get, but not being able to get it. (Does the order in which sources are added to urpmi have effects?)
As I said, rebuilding the database cured all.
Thanks.
No, the order doesn't matter. In this instance, the mirror may not have been completely up to date with the main mirrors, so running the command I posted above, changing the mirror or rebuilding like you did may solve the problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.