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

2007-05-20

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
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/
作者
Yuki Matsukura
公開日
2007-05-20
ライセンス
CC BY-NC-SA 4.0

Comments