어제와 똑같이 살면서 다른 미래를 기대하지 말자

Error: Package: php-pecl-imagick (yum update error) 본문

IT관심분야/Linux

Error: Package: php-pecl-imagick (yum update error)

플랜액터 2018. 11. 22. 11:10

CentOS7 서버 Yum 업데이트 중 아래와 같은 에러가 발생 했습니다.

Error: Package: php-pecl-imagick-3.4.3-10.el7.remi.7.2.x86_64 (remi-php72)
           Requires: libMagickCore-6.Q16.so.6()(64bit)
Error: Package: php-pecl-zip-1.15.4-1.el7.remi.7.2.x86_64 (remi-php72)
           Requires: libzip5(x86-64) >= 1.5.1
           Installed: libzip5-1.4.0-2.el7.remi.x86_64 (@remi)
               libzip5(x86-64) = 1.4.0-2.el7.remi
Error: Package: php-pecl-imagick-3.4.3-10.el7.remi.7.2.x86_64 (remi-php72)
           Requires: libMagickWand-6.Q16.so.6()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

제일 빠른 방법은 문제의 모듈을 재설치 해보는 거라서 아래와 같이 해결했습니다.

# yum remove ImageMagick
# yum --enablerepo=remi install ImageMagick6


Comments