On Sat, 2005-08-13 at 10:02 -0700, Robert Bell wrote: > # rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' httpd\* > httpd-2.0.54-10.x86_64 > httpd-manual-2.0.54-10.1.x86_64 > httpd-devel-2.0.54-10.1.x86_64 > > see that the installed version is -10 not -10.1. Yum doesnt complain > but I would have to assume there is some problem updating this package? It looks that way. Is the httpd-2.0.54-10.1 RPM in your yum cache (somewhere under /var/cache/yum)? If so, you can try updating it using RPM, e.g. # rpm -Uvh /var/cache/yum/*/packages/httpd-2.0.54-10.1.x86_64.rpm Then repeat the "rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' httpd\*" and see what you get. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>