Installation error on centos 6.2 and 6.3 newly installed 08/08/2012

Virtualmin installation was correct but
http://x.x.x.x: 10000 fails
http://ns1.mydomain.com:10000 fails
http://mydomain.com fails
I thought why not installed

https solution
https://x. x. x. x.: 10000

SO I have done everything above and still get the fatal errors. please look at my attached logs above.

Howdy,

We’re happy to help, but you didn’t mention the problems that you run into while performing all the steps I mentioned above.

What happens if you manually wget the file that failed, and then install it:

wget http://software.virtualmin.com/gpl/rhel/6/i386/virtualmin-release-latest.noarch.rpm rpm -ivh virtualmin-release-latest.noarch.rpm

Do you get an error? Or does it install properly?

If it installs properly without an error, try re-running the install.sh. If you get an error, let us know what that is. Thanks!

-Eric

SO I did as he suggested, and still no joy.

screen scrape and log tail attached.

From: “Jamie Cameron” jcameron@webmin.com
Subject: Re: [webmin-l] Problem installing Virtualmin
Date: September 9, 2012 10:22:13 PM MDT
To: Webmin users list webadmin-list@lists.sourceforge.net
Reply-To: Webmin users list webadmin-list@lists.sourceforge.net

Try manually installing the dependencies that failed with the command :
/usr/bin/yum -y -d 2 install bind bind-utils caching-nameserver httpd postfix 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-xml 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

If that also fails, I would be interested to see the error message …

So although I had done the wget and rpm previously with a failed install, I did them again.

the wget retrieved the file, the rpm setup the repository as done above

/bin/sh install.sh with and without --skip-broken failed.

log tail attached.

So I had been having the same problems as Eric, and I came across this thread and did what was recommended.

Having the same problems, and my log (tail for last install) is attached.

May as well attach the full install the most recent time as well.

So Jamie suggested something that worked…

P.S. I removed my logs from the listing.

Begin forwarded message:

From: “Jamie Cameron”
Date: September 9, 2012 11:32:32 PM MDT

One thing you could try is first removing the httpd-manual package - we’ve seen a few cases in which this has unusual dependencies that break the install process.

This can be done with the command :

rpm -e httpd-manual