Hi there,
I am running FC6 with sendmail 8.13.8. How can I upgrade it to 814
with all dependencies? I was trying to run rpm -Uvh sendmail and it
complains it has sendmail8138 installed. Thank you, T
Printable View
Hi there,
I am running FC6 with sendmail 8.13.8. How can I upgrade it to 814
with all dependencies? I was trying to run rpm -Uvh sendmail and it
complains it has sendmail8138 installed. Thank you, T
On Tue, 15 Apr 2008, in the Usenet newsgroup linux.redhat, in article
<c73a7e02-461d-46c9-bf75-234ac41e7cbd@f36g2000hsa.googlegroups.com>, Tester
wrote:
NOTE: Posting from groups.google.com (or some web-forums) dramatically
reduces the chance of your post being seen. Find a real news server.
[color=blue]
>I am running FC6 with sendmail 8.13.8.[/color]
And not bothering to maintain the distribution? FC6 which is 18 months
old had an update of sendmail to 8.14.1 seven months ago.
851239 Sep 18 21:33 sendmail-8.14.1-4.2.fc6.i386.rpm
318711 Sep 18 21:33 sendmail-cf-8.14.1-4.2.fc6.i386.rpm
237606 Sep 18 21:33 sendmail-devel-8.14.1-4.2.fc6.i386.rpm
555123 Sep 18 21:33 sendmail-doc-8.14.1-4.2.fc6.i386.rpm
[color=blue]
>How can I upgrade it to 814 with all dependencies? I was trying to run
>rpm -Uvh sendmail and it complains it has sendmail8138 installed.[/color]
Are you trying to update manually (without using yum)? Start with the
command 'rpm -qa | grep sendmail' to see what packages are installed
now. If you have the four packages above, you should be able to
update by
rpm -F /path/to/sendmail*i386.rpm
which will update those packages that are installed (man rpm). Using
the wild-card allows rpm to figure out dependencies of the listed
packages.
Old guy