Trying to install Directadmin and I got an error about some missing dependencies. I've tried installing what I could then I tried running the install.sh in "/usr/local/directadmin/scripts/" and I get this:
So I try the "yum install libcom_err-devel" as referenced and I get:
This is a new dedicated server I just got set up from the datacenter.
Code:
[root@localhost scripts]# ./install.sh
Cannot find /etc/sysconfig/rhn/up2date... up2date may break things.
*** Cannot find /usr/include/et/com_err.h. (yum install libcom_err-devel) ***
Installation didn't pass, halting install.
Once requirements are met, run the following to continue the install:
cd /usr/local/directadmin/scripts
./install.sh
So I try the "yum install libcom_err-devel" as referenced and I get:
Code:
ERROR with rpm_check_debug vs depsolve:
e2fsprogs-libs = 1.41.12-3.el6 is needed by (installed) e2fsprogs-devel-1.41.12-3.el6.x86_64
** Found 5 pre-existing rpmdb problem(s), 'yum check' output follows:
e2fsprogs-devel-1.41.12-3.el6.x86_64 has missing requires of e2fsprogs-libs = ('0', '1.41.12', '3.el6')
e2fsprogs-devel-1.41.12-3.el6.x86_64 has missing requires of libcom_err-devel
e2fsprogs-devel-1.41.12-3.el6.x86_64 has missing requires of pkgconfig(com_err)
krb5-devel-1.8.2-3.el6.x86_64 has missing requires of keyutils-libs-devel
krb5-devel-1.8.2-3.el6.x86_64 has missing requires of libcom_err-devel
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2013-07-09-11-13zjMQrp.yumtx
This is a new dedicated server I just got set up from the datacenter.