> > "error: APR not found. Please read the documentation.†> > You need to install APR (Apache Portable Runtime) first. You can find it > here: http://apr.apache.org/. > > Best regards > > Matthias Schmitt > > magic moving pixel s.a. > 23, Avenue Grande-Duchesse Charlotte > L-3441 Dudelange > Luxembourg > Phone: +352 54 75 75 > http://www.mmp.lu > > > >
I tried that with configure, make and sudo make install and it still can't find it. It is there under /usr/local/apr/ Configuring Apache/2.4.27 mod_perl/2.0.10 Perl/v5.26.0 [ error] Can't find apr include/ directory, [ error] use MP_APR_CONFIG=/path/to/apr-config I tried to point it to it and g perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX="/home/ruben/src/httpd-2.4.27" MP_AP_CONFIGURE="--with-mpm=prefork --enable-load-all-modules" MP_APR_CONFIG=/usr/local/apr/ error You need to pass either MP_AP_PREFIX or MP_APR_CONFIG, but not both