gpt4 book ai didi

php - 无法在 laravel 上安装 php-gd 到 centos 7.2 中用于干预图像插件

转载 作者:行者123 更新时间:2023-12-02 03:24:04 24 4
gpt4 key购买 nike

光环伙计们。我对在 Laravel 上设置干预图像感到非常沮丧。我正在使用:

  • Laravel 框架 5.4.36,
  • PHP 7.2.12
  • 便当/centos7.2
  • 流浪者2.1.1

起初我在设置“干预图像”后收到此错误。

GD Library extension not available with this PHP installation.

所以我运行这个推荐:

sudo yum -y install php-gd

但显示错误:

Error: Package: php-gd-5.4.16-46.el7.x86_64 (base)
Requires: php-common(x86-64) = 5.4.16-46.el7
Installed: php-common-7.2.12-1.el7.remi.x86_64 (@remi-php72)
php-common(x86-64) = 7.2.12-1.el7.remi
Available: php-common-5.4.16-46.el7.x86_64 (base)
php-common(x86-64) = 5.4.16-46.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

我也使用此代码运行:

sudo yum -y install php-gd --skip-broken

但显示此错误:

Packages skipped because of dependency problems:
libX11-1.6.5-2.el7.x86_64 from base
libX11-common-1.6.5-2.el7.noarch from base
libXau-1.0.8-2.1.el7.x86_64 from base
libXpm-3.5.12-1.el7.x86_64 from base
libjpeg-turbo-1.2.90-6.el7.x86_64 from base
2:libpng-1.5.13-7.el7_2.x86_64 from base
libxcb-1.13-1.el7.x86_64 from base
php-gd-5.4.16-46.el7.x86_64 from base
t1lib-5.1.2-14.el7.x86_64 from base

我还发现了另一个代码:

sudo yum install php7.2-gd

但结果是这样的:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.buana.web.id
* epel: epel.mirror.angkasa.id
* extras: mirror.buana.web.id
* remi-safe: mirror.xeonbd.com
* updates: mirror.buana.web.id
No package php7.2-gd available.
Error: Nothing to do

我该怎么办。我需要将图像大小调整为智能手机尺寸和ipad 尺寸。所以我使用“干预图像插件”..有什么解决方案吗?

最佳答案

       Installed: php-common-7.2.12-1.el7.remi.x86_64 (@remi-php72)

因此,您需要启用 remi-php72 存储库并从中安装 php-gd 软件包。

正如 Wizard 所解释的那样.

yum-config-manager --enable remi-php72
yum install php-gd

关于php - 无法在 laravel 上安装 php-gd 到 centos 7.2 中用于干预图像插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53909786/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com