我已经安装了 php5.3.28,我想在服务器上安装 libtidy。我正在使用命令apt-get install php5-tidy.
将 php 5.3.28 升级到 5.5.9。
使用 php 5.3.28 安装 libtidy 有什么解决办法?
答案1
您可以从以下位置下载并安装 php5-tidy精确更新,但我认为您的系统无法满足此依赖关系。
但您也可以尝试编译库本身:
sudo apt-get install checkinstall
wget http://archive.ubuntu.com/ubuntu/pool/main/t/tidy/tidy_20091223cvs.orig.tar.gz
tar xf tidy_20091223cvs.orig.tar.gz
cd tidy-20091223cvs
./configure
make
sudo checkinstall