Koozali.org: home of the SME Server

Need imagemagick php-imagick for wordpress

Offline Pingouin60

  • *
  • 13
  • +0/-0
Need imagemagick php-imagick for wordpress
« on: December 06, 2024, 02:43:16 PM »
Hello

I try to install imagemagick and/or php-imagick needed by wordpress install in php83 instance ibay, but repositories are end of life, how to do that ? :

yum install imagemagick
Modules complémentaires chargés : fastestmirror, post-transaction-actions, priorities, smeserver
Loading mirror speeds from cached hostfile
 * smeaddons: smeserver.de-labrusse.fr
 * smecontribs: smeserver.de-labrusse.fr
 * smeextras: smeserver.de-labrusse.fr
 * smeos: smeserver.de-labrusse.fr
 * smeupdates: smeserver.de-labrusse.fr
base                                                                                                                                                                                        | 3.6 kB  00:00:00     
http://mirror.centos.org/centos/7/sclo/x86_64/sclo/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Essai d'un autre miroir.

failure: repodata/repomd.xml from centos-sclo-centos: [Errno 256] No more mirrors to try.
http://mirror.centos.org/centos/7/sclo/x86_64/sclo/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found


yum install php-imagick
Modules complémentaires chargés : fastestmirror, post-transaction-actions, priorities, smeserver
Loading mirror speeds from cached hostfile
 * smeaddons: smeserver.de-labrusse.fr
 * smecontribs: smeserver.de-labrusse.fr
 * smeextras: smeserver.de-labrusse.fr
 * smeos: smeserver.de-labrusse.fr
 * smeupdates: smeserver.de-labrusse.fr
base                                                                                                                                                                                        | 3.6 kB  00:00:00     
http://mirror.centos.org/centos/7/sclo/x86_64/sclo/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Essai d'un autre miroir.
failure: repodata/repomd.xml from centos-sclo-centos: [Errno 256] No more mirrors to try.
http://mirror.centos.org/centos/7/sclo/x86_64/sclo/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

Offline bunkobugsy

  • *
  • 300
  • +4/-0
Re: Need imagemagick php-imagick for wordpress
« Reply #1 on: December 06, 2024, 03:16:35 PM »
vault.centos.org

Offline Jean-Philippe Pialasse

  • *
  • 2,853
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Need imagemagick php-imagick for wordpress
« Reply #2 on: December 06, 2024, 07:01:28 PM »
 /etc/e-smith/events/actions/initialize-default-databases

signal-event smeserver-yum-update

then try again

Offline Pingouin60

  • *
  • 13
  • +0/-0
Re: Need imagemagick php-imagick for wordpress
« Reply #3 on: December 08, 2024, 08:13:29 PM »
Thank you, that's perfect !

I've installed this : yum install php83-php-pecl-imagick

Merci beaucoup Jean-Philippe !