Forums

Resolved
0 votes
I'm an running Piwigo photo gallery on my webserver PHP 7.2 (ClearOS 7.7.2).

I tried to install imagick but get an error I don't know how to handle...


yum install --enablerepo=centos-sclo-sclo-unverified sclo-php72-php-pecl-imagick

Resolving Dependencies
--> Running transaction check
---> Package sclo-php72-php-pecl-imagick.x86_64 0:3.4.4-3.el7 will be installed
--> Processing Dependency: libMagickCore-6.Q16.so.6()(64bit) for package: sclo-php72-php-pecl-imagick-3.4.4-3.el7.x86_64
--> Processing Dependency: libMagickWand-6.Q16.so.6()(64bit) for package: sclo-php72-php-pecl-imagick-3.4.4-3.el7.x86_64
--> Finished Dependency Resolution
Error: Package: sclo-php72-php-pecl-imagick-3.4.4-3.el7.x86_64 (centos-sclo-sclo-unverified)
Requires: libMagickWand-6.Q16.so.6()(64bit)
Error: Package: sclo-php72-php-pecl-imagick-3.4.4-3.el7.x86_64 (centos-sclo-sclo-unverified)
Requires: libMagickCore-6.Q16.so.6()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@home ~]#



Is there a simple path that I can follow?


Thanks
Sunday, May 10 2020, 03:36 PM
Share this post:

Accepted Answer

Monday, May 11 2020, 07:58 AM - #Permalink
Resolved
1 votes
Try:
yum whatprovides 'libMagickCore-6.Q16.so.6()(64bit)' 'libMagickWand-6.Q16.so.6()(64bit)' --enablerepo=*
You should find your answer.
The reply is currently minimized Show
Responses (0)
  • There are no replies here yet.
Your Reply