kkamagi's story

IT, 정보보안, 포렌식, 일상 공유

OS

ERROR with rpm_check_debug vs depsolve ( yum 패키지 설치 시 에러 )

까마기 2014. 12. 23. 22:06
728x90
반응형

ERROR with rpm_check_debug vs depsolve


# yum install MariaDB-server MariaDB-client 


->  yum install system-config-firewall-base

yum clean all

yum update yum

yum install glibc-headers


yum install system-config-firewall-base

->성공


# yum install MariaDB-server MariaDB-client 


-> 다시 진행



You could try using --skip-broken to work around the problem

 You could try running: rpm -Va --nofiles --nodigest


--> 위와 같은 메세지



yum install MariaDB-server MariaDB-client --skip-broken


-> Packages skipped because of dependency problems:

    MariaDB-Galera-test-5.5.40-1.el6.i686 from mariadb

    MariaDB-client-5.5.41-1.el6.i686 from mariadb

    MariaDB-common-5.5.41-1.el6.i686 from mariadb

    MariaDB-compat-5.5.41-1.el6.i686 from mariadb

    MariaDB-devel-5.5.41-1.el6.i686 from mariadb

    MariaDB-server-5.5.41-1.el6.i686 from mariadb

    MariaDB-test-5.5.41-1.el6.i686 from mariadb

    audit-2.3.7-5.el6.x86_64 from base

    audit-libs-2.3.7-5.el6.i686 from base

    audit-libs-2.3.7-5.el6.x86_64 from base

    32:bind-9.8.2-0.30.rc1.el6_6.1.x86_64 from updates

    32:bind-chroot-9.8.2-0.30.rc1.el6_6.1.x86_64 from updates

    32:bind-devel-9.8.2-0.30.rc1.el6_6.1.x86_64 from updates

    32:bind-libs-9.8.2-0.30.rc1.el6_6.1.x86_64 from updates

    32:bind-sdb-9.8.2-0.30.rc1.el6_6.1.x86_64 from updates

    32:bind-utils-9.8.2-0.30.rc1.el6_6.1.x86_64 from updates

    cracklib-2.8.16-4.el6.i686 from base

    db4-4.7.25-18.el6_4.i686 from base

    glibc-2.12-1.149.el6.i686 from base

    keyutils-libs-1.4-5.el6.i686 from base

    krb5-libs-1.10.3-33.el6.i686 from base

    libaio-0.3.107-10.el6.i686 from base

    libcom_err-1.41.12-21.el6.i686 from base

    libgcc-4.4.7-11.el6.i686 from base

    libselinux-2.0.94-5.8.el6.i686 from base

    libstdc++-4.4.7-11.el6.i686 from base

    ncurses-libs-5.7-3.20090208.el6.i686 from base

    nss-softokn-freebl-3.14.3-18.el6_6.i686 from updates

    nss-softokn-freebl-3.14.3-18.el6_6.x86_64 from updates

    openssl-1.0.1e-30.el6_6.2.i686 from updates

    openssl-1.0.1e-30.el6_6.4.i686 from updates

    pam-1.1.1-20.el6.i686 from base

    pam-1.1.1-20.el6.x86_64 from base

    zlib-1.2.3-29.el6.i686 from base



위와 같은 메세지 출력

# rpm -Va --nofiles --nodigest     


여기까지 진행 후 더 이상 진행 못함

-> 찾아보기.

2014/12/23



---> 해결 함


# yum clean all

# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

# rpm -Uvh epel-release-6-8.noarch.rpm

# yum repolist

# vi /etc/yum.repos.d/epel.repo


[epel]

name=Extra Packages for Enterprise Linux 6 - $basearch

baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch

#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch

failovermethod=priority

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6


[epel-debuginfo]

name=Extra Packages for Enterprise Linux 6 - $basearch - Debug

baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch/debug

#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-6&arch=$basearch

failovermethod=priority

enabled=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

gpgcheck=1


[epel-source]

name=Extra Packages for Enterprise Linux 6 - $basearch - Source

baseurl=http://download.fedoraproject.org/pub/epel/6/SRPMS

#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-6&arch=$basearch

failovermethod=priority

enabled=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

gpgcheck=1

~                                 




#  yum repolist

# yum install gcc gcc-c++ make automake unzip zip xz kernel-devel-`uname -r` iptables-devel

반응형