Paul Hammant <p...@hammant.org> writes: > Or is there an option to hand `apt-get` that really lassos in the serf > binary for the same of making Subversion with client support for http(s) > checkouts.
Typically Debian installs libraries that can be used at runtime but not at build-time and to get build-time support you need to install the corresponding -dev package. In this case you need to install libserf-dev. You can use apt-get build-dep subversion to install all the build dependencies used by Debian's own Subversion package. -- Philip