yum -y update httpd
Loading "rhnplugin" plugin
rhel-i386-server-5 100% |=========================| 1.2 kB 00:00
rhel-i386-server-vt-5 100% |=========================| 1.2 kB 00:00
rhel-i386-server-suppleme 100% |=========================| 1.2 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package httpd.i386 0:2.2.3-11.el5_2.4 set to be updated
--> Processing Dependency: httpd = 2.2.3-11.el5_1.3 for package: httpd-manual
--> Processing Dependency: httpd = 2.2.3-11.el5_1.3 for package: httpd-devel
--> Processing Dependency: httpd = 2.2.3-11.el5_1.3 for package: mod_ssl
--> Running transaction check
---> Package httpd-manual.i386 0:2.2.3-11.el5_2.4 set to be updated
---> Package httpd-devel.i386 0:2.2.3-11.el5_2.4 set to be updated
---> Package mod_ssl.i386 1:2.2.3-11.el5_2.4 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
httpd i386 2.2.3-11.el5_2.4 rhel-i386-server-5 1.1 M
Updating for dependencies:
httpd-devel i386 2.2.3-11.el5_2.4 rhel-i386-server-5 147 k
httpd-manual i386 2.2.3-11.el5_2.4 rhel-i386-server-5 832 k
mod_ssl i386 1:2.2.3-11.el5_2.4 rhel-i386-server-5 84 k
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 4 Package(s)
Remove 0 Package(s)
Total download size: 2.1 M
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package psa-tomcat-configurator needs mod_jk, this is not available.
Complete!
==========
Ran into this lil problem here a while ago and found a solution from another site, but it was for cent os not RHEL 5 so here is the fix to the error above, and also a link to the site I found part of the solution.
http://forum.swsoft.com/showthread.php?p=218738#post218738
That's the error above and the solution is as follows
1. run, gives error but downloads the file as per the link above.
yum -y update httpd
2. Go install/upgrade manually.
cd /var/cache/yum/rhel-i386-server-5/packages
rpm -Uvh httpd-* mod_ssl-2.2.3-11.el5_2.4.i386.rpm --nodeps
service httpd configtest
service httpd restart
3. Take the links advise and have a beer. :) Enjoy!
1 comment:
You are very welcome, I am glad that helped your issue.
I'll try to keep more info coming as I find the issues.
:)
Post a Comment