Re: apache upgrade
"James P. Roberts" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.seawolf |
|---|---|
| Organization | Punster Productions, Inc. |
| Message-ID | <004301c2be9b$0d16c6c0$04fea8c0@localnet> |
----- Original Message ----- From: <[email protected]> To: <[email protected]> Sent: Friday, January 17, 2003 1:55 PM Subject: Seawolf-list digest, Vol 1 #1628 - 8 msgs > Send Seawolf-list mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://listman.redhat.com/mailman/listinfo/seawolf-list > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at <snip> > > It is probably easier to put all the rpms you want updated into a > > directory, and do: > > > > rpm -Uvh *.rpm > > > > HTH > > -- > > Arend > > > > > > I try that to, but I get this errors: > > sh-2.04# ls > apache-1.3.27-1.7.1.i386.rpm > apache-manual-1.3.22-5.7.1.i386.rpm > mod_put-1.3-2.i386.rpm > apache-devel-1.3.22-5.7.1.i386.rpm > apache-manual-1.3.27-1.7.1.i386.rpm > mod_ssl-2.8.12-1.7.i386.rpm > apache-devel-1.3.27-1.7.1.i386.rpm > mod_bandwidth-2.0.3-2.i386.rpm > mod_throttle-3.1.2-3.i386.rpm > > sh-2.04# rpm -Uvh * > warning: LOOP: > warning: removing mod_throttle-3.1.2-3 "Requires: webserver" from tsort > relations. > warning: mod_throttle-3.1.2-3 Requires: webserver > warning: removing apache-1.3.27-1.7.1 "Requires: mod_throttle" from tsort > relations. > warning: apache-1.3.27-1.7.1 Requires: mod_throttle <snip> Because you are trying to install two copies of some packages. You only want one version of each package installed. I see you have two versions of each of "apache-manual" and "apache-devel" in that directory when you do the "rpm -Uvh *.rpm" command. Won't work. Remove the older versions (1.3.22) from the directory, and try again. Jim