71 文字
1 分

configure: error: Cannot use an external APR-util with the bundled APR

2007-05-20
2020-02-12

apache 2.2.4 へアップグレードしようとしたら、aprが古いってエラーだされた。

checking for APR-util... yes
configure: 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
この記事が役に立ったら
GitHub Sponsorsで応援できます

コメント