
configure: error: Cannot use an external APR-util with the bundled APR
apache 2.2.4 へアップグレードしようとしたら、aprが古いってエラーだされた。
checking for APR-util... yesconfigure: error: Cannot use an external APR-util with the bundled APR解決するためには、いつものconfigureに—with-included-apr を追加すればOK!
こんな感じで。
./configure --enable-rewrite --enable-so --enable-ssl --with-mpm=prefork --with-included-apr configure: error: Cannot use an external APR-util with the bundled APR
https://diary.teraren.com/posts/2007-05-19-configure-error-cannot-use-an-external-apr-util-with-the-bundled-apr/

