On Thu, 7 Feb 2002 acharya@dacafe.com wrote:
I am having problems while upgrading to sendmail-8.12.2-1. When i am run rpm -U sendmail-8.12.2-1.rpm. I get these errors. error: failed dependencies libbind.so.0 is needed by sendmail-8.12.2.-1 smtpdaemon is needed by fetchmail-5.9.0-1 smtpdaemon is needed by mutt-1.2.5i-17 smtpdaemon is needed by diskcheck-1.0-1
go to rpmfind.net, and search for the required dependencies. eg, search for libbind.so.0 and smtpdaemon
It will give you a list of packages that have these features.
download and install those too.
you can install them all in one step:
rpm -Uvh sendmail...rpm bind...rpm ...