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

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

この記事をシェア

Yuki Matsukura

Yuki Matsukura

20年以上のソフトウェア開発経験を持つ技術リーダー。決済サービスやプラットフォーム開発を推進。IRONMAN完走者でもある。

Comments