运行wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh | bash
后,当我尝试在ubuntu 16.10上通过apt install -y lsphp71
安装lsphp71时,它出现了此错误:
The following packages have unmet dependencies:
lsphp71 : Depends: libpng12-0 (>= 1.2.13-4) but it is not installable
Recommends: php-readline
E: Unable to correct problems, you have held broken packages.
但是在ubuntu 16.04.2上安装时没有错误
我试图列出所有apt包,只有8个包含前缀libpng
的包:
libpng16-16 libpng++-dev libpnglite-dev libpng-sixlegs-java-doc
libpng-dev libpnglite0 libpng-sixlegs-java libpng-tools
已安装包libpng16-16
。
如何安装lsphp71?感谢。
答案 0 :(得分:0)
LSPHP的维护包仅适用于Ubuntu的长期支持版本。它仅支持12.04,14.04和16.04。如果你需要LSPHP71,你可以自己编译(很多关于如何在Ubuntu上编译PHP的指南,只要确保你在编译时有--with-litespeed标志。)或者使用LiteSpeed Web GUI。
更多信息可以在LiteSpeed的Wiki上找到。 https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:lsapi