在Apache升级之后,带有WebDAV的SVN停止工作

我刚刚将我的Ubuntu 12服务器升级到了php 5.5.7,而后者又自动将我的Apache安装升级到了2.4.6。 升级之后,我之前安装的使用WebDAV运行的SVN现在停止工作了。

当我尝试安装subversion和libapache2-svn时,我得到以下内容:

root@Svr01:/# apt-get install subversion libapache2-svn Reading package lists... Done Building dependency tree Reading state information... Done subversion is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libapache2-svn : Depends: apache2.2-common but it is not going to be installed E: Unable to correct problems, you have held broken packages. 

“以下软件包具有未满足的依赖关系:libapache2-svn:取决于:apache2.2-common,但它不会被安装”

我假设这意味着SVN根本不适用于Apache 2.4.6呢?

有没有人知道这个方法?

Apache模块需要至less为它们正在运行的Apache的次要版本构build。 您正在使用为2.2.x构build的二进制模块。 你将需要使用2.2.x,build立自己的Subversion副本,或者find另一个针对2.4.x构build的二进制包。