【发布时间】:2023-03-28 20:45:02
【问题描述】:
我的 cakephp 2.x 项目出现错误:
The PHP GD extension is required, but is not installed.
我在 debian 上使用 php7.3 和 apache
我搜索并找到
apt-get install php7.3-gd
我试过了,但我只得到以下错误:
E: Unable to locate package php7.3-gd
E: Couldn't find any package by glob 'php7.3-gd'
E: Couldn't find any package by regex 'php7.3-gd'
我再次搜索,但没有找到解决此问题的解决方案,仅适用于 ubunto 并且没有其他工作。我希望有人可以帮助我解决这个问题。
【问题讨论】: