Koozali.org: home of the SME Server

Contribs.org Forums => Koozali SME Server 10.x => Topic started by: Pingouin60 on December 06, 2024, 02:43:16 PM

Title: Need imagemagick php-imagick for wordpress
Post by: Pingouin60 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
Title: Re: Need imagemagick php-imagick for wordpress
Post by: bunkobugsy on December 06, 2024, 03:16:35 PM
vault.centos.org
Title: Re: Need imagemagick php-imagick for wordpress
Post by: Jean-Philippe Pialasse on December 06, 2024, 07:01:28 PM
 /etc/e-smith/events/actions/initialize-default-databases

signal-event smeserver-yum-update

then try again
Title: Re: Need imagemagick php-imagick for wordpress
Post by: Pingouin60 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 !