我通过ondrej软件包安装了Ubuntu 12.04 LTS + Apache 2.4 + PHP 5.4。 我升级到PHP 5.5,现在似乎不可能启动apache的webdav扩展。
apache mod webdav无法升级:
Depends: apache2.2-common (>= 2.2.4) but it is not going to be installed E: Unable to correct problems, you have held broken packages
有没有人有这种configuration的运气? 我无法findwebdav的任何存储库/软件包来解决我的问题。
谢谢。
感谢akash的评论,我发现我的存储库中缺lessppa:ondrej/apache2
所以:
add-apt-repository ppa:ondrej/apache2 apt-get update apt-get upgrade
做了诡计,挽救了我的一天。