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

  • Cloned VM/Server/Computer in Linux won't boot and goes to initramfs busybox Solution
  • How To Add Windows 7 8 10 11 to GRUB Boot List Dual Booting
  • How to configure OpenDKIM on Linux with Postfix and setup bind zonefile
  • Debian Ubuntu 10/11/12 Linux how to get tftpd-hpa server setup tutorial
  • efibootmgr: option requires an argument -- 'd' efibootmgr version 15 grub-install.real: error: efibootmgr failed to register the boot entry: Operation not permitted.
  • Apache Error Won't start SSL Cert Issue Solution Unable to configure verify locations for client authentication SSL Library Error: 151441510 error:0906D066:PEM routines:PEM_read_bio:bad end line SSL Library Error: 185090057 error:0B084009:x509 certif
  • Linux Debian Mint Ubuntu Bridge br0 gets random IP
  • redis requirements
  • How to kill a docker swarm
  • docker swarm silly issues
  • isc-dhcp-server dhcpd how to get longer lease
  • nvidia cannot resume from sleep Comm: nvidia-sleep.sh Tainted: Linux Ubuntu Mint Debian
  • zfs and LUKS how to recover in Linux
  • [error] (28)No space left on device: Cannot create SSLMutex Apache Solution Linux CentOS Ubuntu Debian Mint
  • Save money on bandwidth by disabling reflective rpc queries in Linux CentOS RHEL Ubuntu Debian
  • How to access a disk with bad superblock Linux Ubuntu Debian Redhat CentOS ext3 ext4
  • ImageMagick error convert solution - convert-im6.q16: cache resources exhausted
  • PTY allocation request failed on channel 0 solution
  • docker error not supported as upperdir failed to start daemon: error initializing graphdriver: driver not supported
  • Migrated Linux Ubuntu Mint not starting services due to broken /var/run and dbus - Failed to connect to bus: No such file or directory solution