Compiling libapache2-svn for Apache 2.4.4

apache, svn, ubuntu-12.04

Solution

I have two solutions:

Follow the instructions in this Server Fault Q&A.

*Note: Create another user if you're using a root account on the server.

I've asked Ondřej Surý on Launchpad to add Subversion to his Apache PPA. You can add Ondřej Surý's PPA to perform a normal update/upgrade.

Problem

I want to use Apache 2.4.4 with SVN on Ubuntu server 12.04 (Precise Pangolin). But when I use ``` apt-get install libapache2-svn ``` I get the following dependencies error ``` The following packages have unmet dependencies: libapache2-svn : Depends: apache2.2-common but it is not going to be installed ``` Googling around I got some suggestion about compiling from source by hand. I don't know how to do that. How can I do it?

Original source