mod_ssl RPM conflict
Posted
by
0A0D
on Server Fault
See other posts from Server Fault
or by 0A0D
Published on 2013-10-22T20:29:54Z
Indexed on
2013/10/22
21:56 UTC
Read the original article
Hit count: 241
I build Apache httpd into an RPM using these sites:
- http://erikwebb.net/blog/compile-and-install-apache-24-red-hat-enterprise-linux-rhel-6-or-centos-6
- http://ramblin-dude.blogspot.com/2013/04/compiling-rpm-for-httpd-on-rhel-57.html
I was successful at building apr* and httpd*. However, when I try to install httpd using
rpm -Uvh httpd-devel-2.2.25-1.x86_64.rpm httpd-2.2.25-1.x86_64.rpm mod_ssl-2.2.25-1.x86_64.rpm
I get the following error:
package mod_ssl-2.2.3-82.el5_9.x86_64 (which is newer than mod_ssl-2.2.25-1.x86_64) is already installed.
I have httpd 2.2.3-82 installed. Do I need to remove it first? Seems counterintuitive.
© Server Fault or respective owner