Apacheサーバーをインストールしようとすると、次のエラーが表示されました./configure
checking for APR... configure: WARNING: APR version 1.4.0 or later is required, found 1.3.8
configure: WARNING: skipped APR at apr-1-config, version not acceptable
no
configure: error: APR not found. Please read the documentation
.
そこで、apr-1.4.6 にアップグレードしようとしました。tarball をダウンロードして解凍しました。またmake
、次のエラーが発生しました
libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make[1]: *** [libapr-.la] Error 1
make[1]: Leaving directory `/root/Desktop/apr'
make: *** [all-recursive] Error 1
それでも私は進みましたmake install
次make install
のエラーが発生しました
libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make: *** [libapr-.la] Error 1
これを解決する方法はありますか?? 私はする必要がありますupgrade from apache 2.2.4 to apache 2.4.4.
任意の代替提案を歓迎します