So, I'm thinking of installing
bricolage to manage my website, which currently runs Apache 2.0. Debian/stable doesn't include Apache 2, so I have to build it from source. So far no problem.
Bricolage requires mod_perl, so off I trot to go and build that. If using Apache 2, apparently I have to use mod_perl 2.0. This is currently in prerelease (as a 1.99-something release), and only compiles as a shared library (DSO).
Bricolage requires that it be compiled statically. Grrr.
Looks like I'm going to have to reinstall Apache 1.3 in order to get this working, which will break Subversion, which requires Apache 2.0. Moreover, going back to Apache 1.3 will probably break my virtual host configuration, requiring more work.
Feck.