1. ホーム
  2. apache

[解決済み] Apache httpdのセットアップとインストール

2023-06-28 16:27:18

質問

これは、私が一般ユーザー (non-root) として私のボックスでローカルに Apache HTTP サーバーをインストールしようとしている私の最初のものです。

私は Apache HTTP サーバーの Apache 2.4.1 バージョンをダウンロードしました [http://httpd.apache.org/download.cgi]。しかし、私のボックスでローカルに構築してインストールしようとすると、以下のエラーが発生します。

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 サーバーをビルド/デプロイするために何をする必要がありますか?

事前にありがとうございます。

どのように解決するのですか?

表示された場合 Please read documentation というのは、Apache のドキュメント ( http://httpd.apache.org/docs/2.4/install.html ) に書かれているように

APR と APR-Util の最新版を次の場所からダウンロードします。 Apache APR , それらを ./srclib/apr と ./srclib/apr-util に解凍してください (ドメイン名にバージョン番号がないことを確認してください。 ドメイン名がバージョン番号を持っていないことを確認してください。 ディストリビューションは ./srclib/apr/ の下になければなりません)。

次に

./configure --with-included-apr