Directadmin error/** Found 7 pre-existing rpmdb problem(s), 'yum check' output follows: e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of e2fsprogs-libs = ('0', '1.41.12', '3.el6') e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of l

Solution To The Following:

yum -y install zlib-devel
yum -y install e2fsprogs*


*** 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

Common pre-install commands:
 http://help.directadmin.com/item.php?id=354


==================
yum install libcom_err-devel
==================
Total                                                                                        972 kB/s | 116 MB     02:02    
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
keyutils-libs-devel is needed by krb5-devel-1.10.3-10.el6_4.1.i686
libselinux-devel is needed by krb5-devel-1.10.3-10.el6_4.1.i686
zlib-devel is needed by openssl-devel-1.0.0-27.el6_4.2.i686
** Found 7 pre-existing rpmdb problem(s), 'yum check' output follows:
e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of e2fsprogs-libs = ('0', '1.41.12', '3.el6')
e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of libcom_err-devel
e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of pkgconfig(com_err)
krb5-devel-1.8.2-3.el6.i686 has missing requires of keyutils-libs-devel
krb5-devel-1.8.2-3.el6.i686 has missing requires of libcom_err-devel
krb5-devel-1.8.2-3.el6.i686 has missing requires of libselinux-devel
openssl-devel-1.0.0-4.el6.i686 has missing requires of zlib-devel
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2013-04-10-19-56ubtoEE.yumtx
[root@zrm /]# yum install libcom_err-devel -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.01link.hk
 * extras: centos.01link.hk
 * updates: centos.01link.hk
base                                                                                                  | 3.7 kB     00:00    
extras                                                                                                | 3.5 kB     00:00    
updates                                                                                               | 3.5 kB     00:00    
vz-base                                                                                               |  951 B     00:00    
vz-updates                                                                                            |  951 B     00:00    
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libcom_err-devel.i686 0:1.41.12-14.el6 will be installed
--> Processing Dependency: libcom_err = 1.41.12-14.el6 for package: libcom_err-devel-1.41.12-14.el6.i686
--> Running transaction check
---> Package libcom_err.i686 0:1.41.12-11.el6 will be updated
--> Processing Dependency: libcom_err = 1.41.12-11.el6 for package: libss-1.41.12-11.el6.i686
--> Processing Dependency: libcom_err = 1.41.12-11.el6 for package: e2fsprogs-libs-1.41.12-11.el6.i686
--> Processing Dependency: libcom_err = 1.41.12-11.el6 for package: e2fsprogs-1.41.12-11.el6.i686
---> Package libcom_err.i686 0:1.41.12-14.el6 will be an update
--> Running transaction check
---> Package e2fsprogs.i686 0:1.41.12-11.el6 will be updated
---> Package e2fsprogs.i686 0:1.41.12-14.el6 will be an update
---> Package e2fsprogs-libs.i686 0:1.41.12-11.el6 will be updated
---> Package e2fsprogs-libs.i686 0:1.41.12-14.el6 will be an update
---> Package libss.i686 0:1.41.12-11.el6 will be updated
---> Package libss.i686 0:1.41.12-14.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================
 Package                             Arch                    Version                           Repository               Size
=============================================================================================================================
Installing:
 libcom_err-devel                    i686                    1.41.12-14.el6                    base                     31 k
Updating for dependencies:
 e2fsprogs                           i686                    1.41.12-14.el6                    base                    552 k
 e2fsprogs-libs                      i686                    1.41.12-14.el6                    base                    126 k
 libcom_err                          i686                    1.41.12-14.el6                    base                     36 k
 libss                               i686                    1.41.12-14.el6                    base                     40 k

Transaction Summary
=============================================================================================================================
Install       1 Package(s)
Upgrade       4 Package(s)

Total size: 786 k
Downloading Packages:
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.i686
** Found 7 pre-existing rpmdb problem(s), 'yum check' output follows:
e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of e2fsprogs-libs = ('0', '1.41.12', '3.el6')
e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of libcom_err-devel
e2fsprogs-devel-1.41.12-3.el6.i686 has missing requires of pkgconfig(com_err)
krb5-devel-1.8.2-3.el6.i686 has missing requires of keyutils-libs-devel
krb5-devel-1.8.2-3.el6.i686 has missing requires of libcom_err-devel
krb5-devel-1.8.2-3.el6.i686 has missing requires of libselinux-devel
openssl-devel-1.0.0-4.el6.i686 has missing requires of zlib-devel
Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2013-04-11-04-38irCjT5.yumtx

===================
yum -y install zlib-devel
yum -y install e2fsprogs*
 


Tags:

directadmin, existing, rpmdb, yum, output, follows, fsprogs, devel, requires, libs, lsolution, install, zlib, usr, et, com_err, libcom_err, installation, didn, halting, requirements, scripts, sh, commands, http, php, kb, mb, rpm_check_debug, vs, depsolve, keyutils, krb, _, libselinux, openssl, pkgconfig, transaction, rerun, tmp, yum_save_tx, ubtoee, yumtx, zrm, plugins, fastestmirror, loading, speeds, cached, hostfile, centos, hk, extras, updates, vz, resolving, dependencies, installed, processing, dependency, updated, libss, update, resolution, resolved, repository, installing, updating, summary, upgrade, downloading, packages, ircjt,

Latest Articles

  • How to install Windows or other OS and then bring to another computer by using a physical drive and Virtual Machine with QEMU
  • PXE-E23 Error BOOTx64.EFI GRUB booting is 0 bytes tftp pxe dhcp solution NBP filesize is 0 Bytes
  • vagrant install on Debian Mint Ubuntu Linux RHEL Quick Setup Guide Tutorial
  • RHEL 8 CentOS 8, Alma Linux 8, Rocky Linux 8 System Not Booting with RAID or on other servers/computers Solution for dracut and initramfs missing kernel modules
  • How to Upgrade to Debian 11 from Version 8,9,10
  • Ubuntu Linux Mint Debian Redhat Cannot View Files on Android iPhone USB File Transfer Not Working Solution
  • Virtualbox Best Networking Mode In Lab/Work Environment without using NAT Network or Bridged
  • debootstrap how to install Ubuntu, Mint, Debian install
  • Linux grub not using UUID for the root device instead it uses /dev/sda1 or other device name solution
  • How To Restore Partition Table on Running Linux Mint Ubuntu Debian Machine
  • Debian Ubuntu apt install stop daemon questions/accept the default action without prompting
  • iptables NAT how to enable PPTP in newer Debian/Ubuntu/Mint Kernels Linux
  • Grandstream Phone Vulnerability Security Issue Remote Backdoor Connection to 207.246.119.209:3478
  • Linux How to Check Which NIC is Onboard eth0 or eth1 Ubuntu Centos Debian Mint
  • VboxManage VirtualBox NAT Network Issues Managment Troubleshooting
  • Dell PowerEdge Server iDRAC Remote KVM/IP Default Username, Password Reset and Login Information Solution
  • Nvidia Tesla GPUs K40/K80/M40/P40/P100/V100 at home/desktop hacking, cooling, powering, cable solutions Tutorial AIO Solutions
  • Stop ls in Linux Debian Mint CentOS Ubuntu from applying quotes around filenames and directory names
  • Thunderbird Attachment Download Error Corrupt Wrong filesize of 29 or 27 bytes Solution
  • Generic IP Camera LAN Default IP Settings DVR