This is somewhat of a follow up to a post from last year by someone else
having difficulty compiling mod-xslt2 under SuSE. The problem was that
running configure for apache2 would fail with the following error :
./configure --with-sapi=apache2
...
configure: * Trying with: 'apache2'
checking for apr-config... /usr/bin/apr-config
checking for apr_send in -lapr-0... yes
checking for apu-config... /usr/bin/apu-config
checking for apr_brigade_create in -laprutil-0... no
configure: error: apache2: 'aprutil-0' library found is not valid
I ran into the same problem on 9.0 and 10.0 of SuSE. Turns out the error
message is somewhat erroneous since in config.log we have :-