New server installation problem

c0nfus3d1

Verified User
Joined
Oct 29, 2010
Messages
15
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:

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.
 
When I try the supplied command there, I still get this:

Code:
Running rpm_check_debug
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-13-21IWu2f0.yumtx
 
Back
Top