Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Library error;s 1

Status
Not open for further replies.

vfear

Technical User
Feb 9, 2001
159
US
When ever I install an application in linux I always get errors during the installation saying something about my librarys .. can someone please help me.. This stinks not being able to install anything.

Pete
 
Hi,

Its one of the problems with rpm that it will enforce dependencies to make sure things work and, by default, won't install a package if it needs something that you don't have installed. For example, the galeon web browser 'requires' that you have mozilla installed.

This design is quite logical but, unfortunately, doesn't actively help people to resolve missing dependencies. Also, frequently, what is missing is described as an element of an rpm (something 'provided' by that rpm) but it doesn't tell you which rpm contains the missing bit so you don't know what to install to overcome the issue.

For redhat, they have 'redhat network' and 'up2date' which attempt to overcome these issues. See --> . If you use ximian gnome, it similar as they have 'red carpet'. With these tools if you select a package to install and you need some more bits it tells you up front whats missing and prompts if you want to install those rpms too. It all makes it much easier than 'vanilla' rpm . For redcarpet see --> .

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top