获得带有控制面板的服务器。Cli在php 7.2上工作,安装了带有heic支持的imagick。但是我的php-fpm 7.4版本可以在另一个目录下工作,比如/opt/php74/bin,并得到了较低的imagick lib版本。这个版本怎么升级?
发布于 2021-08-01 03:04:52
我在我的安装中解决了这个问题。确保你有"apt install php7.4-dev“而不是7.2。https://eplt.medium.com/5-minutes-to-install-imagemagick-with-heic-support-on-ubuntu-18-04-digitalocean-fe2d09dcef1
https://stackoverflow.com/questions/68338933
复制相似问题