LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem installing Apache, cycles between two dependencies (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-apache-cycles-between-two-dependencies-688226/)

procfs 12-04-2008 02:55 AM

Problem installing Apache, cycles between two dependencies
 
Hi I am trying to install Apache 2.0.52 on a Redhat AS4 server and this server is installed with minimum installation because I want this to be as small as possible.

My issue is when I try to install this httpd-2.0.52-25.ent.i386.rpm using rpm it asks for httpd-2.0.52-25.ent.i386.rpm package, but when I try ti install that it askss for httpd-2.0.52-25.ent.i386.rpm as shown below. Please can some one tell me how to get over this.


[root@guardian ~]# rpm -ivh httpd-2.0.52-25.ent.i386.rpm
warning: httpd-2.0.52-25.ent.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
httpd-suexec is needed by httpd-2.0.52-25.ent.i386
Suggested resolutions:
httpd-suexec-2.0.52-25.ent.i386.rpm

[root@guardian ~]# rpm -ivh httpd-suexec-2.0.52-25.ent.i386.rpm
warning: httpd-suexec-2.0.52-25.ent.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
httpd = 2.0.52-25.ent is needed by httpd-suexec-2.0.52-25.ent.i386
Suggested resolutions:
httpd-2.0.52-25.ent.i386.rpm


Best regards
Tanks

acid_kewpie 12-04-2008 03:31 AM

rpm -ivh httpd-2.0.52-25.ent.i386.rpm httpd-suexec-2.0.52-25.ent.i386.rpm

procfs 12-04-2008 03:39 AM

Hi acid_kewpie thanks but man was it that simple and it worked

Thank you

Best regards


All times are GMT -5. The time now is 03:41 PM.