我安装了一个带有linux ubuntu 20.04 LTS的vps,我还安装了lamp堆栈来上传我的web项目,php的版本为7.4,现在我需要安装更多的php库,例如:php-gd,所以运行命令:sudo apt-get install php7.4-gd
但是,在安装时,我会得到以下错误:php7.4-cli : Depends: php7.4-common (= 7.4.3-4ubuntu2.18) but 7.4.3-4ubuntu2.17 is to be
我安装了一个带有linux ubuntu 20.04 LTS的vps,我还安装了lamp堆栈来上传我的web项目,php的版本为7.4,现在我需要安装更多的php库,例如:php-gd,所以运行命令:sudo apt-get install php7.4-gd
但是,在安装时,我会得到以下错误:php7.4-cli : Depends: php7.4-common (= 7.4.3-4ubuntu2.18) but 7.4.3-4ubuntu2.17 is to be
我需要在TCPDF中处理图像
我得到了这个错误..imagemagick已安装,但我如何告诉TCPDF Imagemagick的路径?TCPDF ERROR: TCPDF requires the Imagick or GD extension to handle PNG images with alpha channel.