Install Virtualmin on CENTOS 6.2 Issue

Hi! I'm new with Linux and Web Servers. I installed CENTOS 6.2, I updated the system, I installed Webmin, and now I want to install Virtualmin. I downloaded install.sh but i keep getting errors. I attached the log file. Please help !

FATAL - 2012-02-08 00:03:56 - Fatal Error Occurred: Something went wrong during installation: 0 FATAL - 2012-02-08 00:03:56 - Cannot continue installation. FATAL - 2012-02-08 00:03:56 - Attempting to remove virtualmin repository configuration, so the installation can be FATAL - 2012-02-08 00:03:56 - re-attempted after any problems have been resolved. FATAL - 2012-02-08 00:03:57 - Removing temporary directory and files. FATAL - 2012-02-08 00:03:57 - If you are unsure of what went wrong, you may wish to review the log FATAL - 2012-02-08 00:03:57 - in /root/virtualmin-install.log

Status: 
Active

Comments

If you run the command :

/usr/bin/yum -y -d 2 install bind bind-utils caching-nameserver httpd postfix bind spamassassin procmail perl-DBD-Pg perl-DBD-MySQL quota iptables openssl python mailman subversion mysql mysql-server mysql-devel postgresql postgresql-server rh-postgresql rh-postgresql-server logrotate webalizer php php-domxl php-gd php-imap php-mysql php-odbc php-pear php-pgsql php-snmp php-xmlrpc php-mbstring mod_perl mod_python cyrus-sasl dovecot spamassassin mod_dav_svn cyrus-sasl-gssapi mod_ssl ruby ruby-devel rubygems perl-XML-Simple perl-Crypt-SSLeay

does it succeed, or if not what error does it output?

Thanks Jamie, the yum command worked, it installed 56 packages but the Virtualmin install failed again. I attached the log file.

At first glance, looks like you may have multiple Apache versions installed.

What does this command show:

rpm -qa | grep httpd-

rpm -qa | grep httpd-

shows:

httpd-2.2.15-15.el6.centos.i686 httpd-tools-2.2.15-15.el6.centos.i686 httpd-manual-2.2.15-15.el6.centos.noarch

I'm really not sure what the issue here is -- that's most unusual! It appears to be trying to bring in multiple versions of Apache.

You may just want to try removing the Apache packages you currently have installed, as the installer will bring in the proper ones when it runs.

You can remove the current packages with:

rpm -e httpd httpd-tools httpd-manual mod_ssl