Hello,
I want to install mod_ssl on my CentOS so that I will enable https on the server. When I issue the command "yum install mod_ssl", I receive the following error. Could you please assist me with this?
Resolving Dependencies
--> Running transaction check
---> Package mod_ssl.x86_64 1:2.2.15-39.el6.centos will be installed
--> Processing Dependency: httpd = 2.2.15-39.el6.centos for package: 1:mod_ssl-2.2.15-39.el6.centos.x86_64
--> Finished Dependency Resolution
Error: Package: 1:mod_ssl-2.2.15-39.el6.centos.x86_64 (base)
Requires: httpd = 2.2.15-39.el6.centos
Installed: httpd-2.2.23-1.el6.x86_64 (installed)
httpd = 2.2.23-1.el6
Available: httpd-2.2.15-39.el6.centos.x86_64 (base)
httpd = 2.2.15-39.el6.centos
You could try using --skip-broken to work around the problem
installting openssl on centos apache
2 posts
• Page 1 of 1
Re: installting openssl on centos apache
Hello Sreelakshmi,
It shows that the installed httpd version in your system is higher than the required version for mod_ssl package.
Installed httpd (httpd-2.2.23-1.el6.x86_64)
Required httpd (httpd = 2.2.15-39.el6.centos)
You must either install a lower version of httpd or you must install a higher version of mod_ssl that suit with the httpd package.
It shows that the installed httpd version in your system is higher than the required version for mod_ssl package.
Installed httpd (httpd-2.2.23-1.el6.x86_64)
Required httpd (httpd = 2.2.15-39.el6.centos)
You must either install a lower version of httpd or you must install a higher version of mod_ssl that suit with the httpd package.
- SIbinPhilip
- Posts: 0
- Joined: Tue Nov 25, 2014 12:01 pm
2 posts
• Page 1 of 1