Aza
Verified User
The basic 64 bit Centos 6.3 distro loads fine as of this writing (February 7, 2012).
However "yum update" breaks the Internet communications services. "ping" will work fine but "lists" and "yum install" will fail because they are unable to access the Internet properly.
Running "yum --exclude=glibc* update" on a fresh distro installation works just fine. Actually, I added the exclude statement to the yum configuration file because I didn't want a dependency triggering a defective update and breaking the system.
BUT, pre-installation for DirectAdmin requires:
"yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 db4-devel cyrus-sasl-devel perl-ExtUtils-Embed"
This pre-installation fails for want of glibc-devel at version 2.2.90-12 or later.
So now I'm chasing my tail. I am certain that updating glibc will break the installation. DirectAdmin threatens to force a glibc update. Any suggestions for resolving this conundrum?
However "yum update" breaks the Internet communications services. "ping" will work fine but "lists" and "yum install" will fail because they are unable to access the Internet properly.
Running "yum --exclude=glibc* update" on a fresh distro installation works just fine. Actually, I added the exclude statement to the yum configuration file because I didn't want a dependency triggering a defective update and breaking the system.
BUT, pre-installation for DirectAdmin requires:
"yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 db4-devel cyrus-sasl-devel perl-ExtUtils-Embed"
This pre-installation fails for want of glibc-devel at version 2.2.90-12 or later.
So now I'm chasing my tail. I am certain that updating glibc will break the installation. DirectAdmin threatens to force a glibc update. Any suggestions for resolving this conundrum?