On Tue, Jul 12, 2005 at 03:43:30PM -0700, Hidong Kim wrote:
I'm trying to install apache in Nahant. I'm trying to install the rpms.
When I do:
rpm -Uvh httpd-2.0.52-9.ent.i386.rpm
I get this error:
error: Failed dependencies:
httpd-suexec is needed by httpd-2.0.52-9.ent.i386
Suggested resolutions:
httpd-suexec-2.0.52-9.ent.i386.rpm
When I do:
rpm -Uvh httpd-suexec-2.0.52-9.ent.i386.rpm
I get this error:
error: Failed dependencies:
httpd = 2.0.52-9.ent is needed by httpd-suexec-2.0.52-9.ent.i386
Suggested resolutions:
httpd-2.0.52-9.ent.i386.rpm
Just do:
rpm -Uvh httpd-2.0.52-9.ent.i386.rpm httpd-suexec-2.0.52-9.ent.i386.rpm
Cheers,