Subject: | ModPerl::MM: no include path for apr.h |
Newer versions of the libapr have renamed apr-config to apr-1-config,
and put the headers in /usr/include/apr-1/. Not all distributions
provide backwards compatibility/alternates symlinks.
The makefile creation code isn't handling this case, so modules that
use ModPerl::MM don't see the apr headers without explicitly adding the
include path.