I am using Centos 5 64 bin os and try to install virtualmin by /bin/sh install.sh installation process is start After few sec i got flowing error and installation stop working "-Failed to set locale, defaulting to C -Error: Missing Dependency: httpd = 2.2.3-53.el5.centos.3 is needed by package httpd-devel-2.2.3-53.el5.centos.3.i386 (installed)" please help me

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Since you're using 64 bits OS, it's safely remove httpd-devel.i386 package:

# yum remove httpd-devel-2.2.3-53.el5.centos.3.i386 

and try again.

link|improve this answer
after you remove htt.. process is continue still there is no error i update you after complete the process thanks! – Anmay Oct 26 '11 at 1:58
Installation is completed... – Anmay Oct 26 '11 at 2:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.