通常のユーザー (root 以外) として、Apache HTTP サーバーを自分のボックスにローカルにインストールしようとするのはこれが初めてです。
Apache HTTP サーバー [http://httpd.apache.org/download.cgi] の Apache 2.4.1 バージョンをダウンロードしました。ただし、ボックスでローカルにビルドしてインストールしようとすると、以下のエラーが発生します。
httpd/httpd-2.4.1 1059> ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... no
configure: error: APR not found. Please read the documentation.
探している依存関係がわかりません - ダウンロード パッケージに含まれていないということですか? Apache HTTP サーバーを構築 / デプロイするには何をする必要がありますか?
前もって感謝します。