71 文字
1 分
configure: error: Cannot use an external APR-util with the bundled APR
Programming2007-05-20

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関連記事
この記事が役に立ったら
GitHub Sponsorsで応援できます



