- ベストアンサー
apacheのインストールができませんpeart2
さっきは間違えてBAにしてしまいました。紛らわしいことしてすみません。 この質問の続きですhttp://okwave.jp/qa/q8273562.html あれからさらに試行錯誤して新たに以下のコマンドを実行しましたが make install -f /home/i/ダウンロード/httpd-2.4.6 ディレクトリです。中止と出てインストールできません。
- みんなの回答 (4)
- 専門家の回答
質問者が選んだベストアンサー
- ベストアンサー
# ./configure --enable-mods-shared=all を実行した時に下記エラーが発生してMakefileが作成されいません。 checking for APR... no configure: error: APR not found. Please read the documentation. aprがインストールされていないのでしたらインストールが必要です Download - The Apache Portable Runtime Project http://apr.apache.org/download.cgi からAPR と APR-Utilの最新版をダウンロードしてインストールしてください。 インストールされている場合 # ./configure --enable-mods-shared=all --with-included-apr でコンフィグしてください。
その他の回答 (3)
http://tt4cs.blogspot.jp/2013/01/apache-2.4-installation.html を参考にARPをインストールしてください。
- wormhole
- ベストアンサー率28% (1626/5665)
>configure: error: APR could not be located. Please use the --with-apr option. エラーメッセージをちゃんと読みましょう。 --with-apr に何を指定すればいいかは ./configure --help すればわかります。
- wormhole
- ベストアンサー率28% (1626/5665)
>make install -f /home/i/ダウンロード/httpd-2.4.6 >ディレクトリです。中止と出てインストールできません。 -f はMakefileを指定するものなのでディレクトリを指定したって動きません。 INSTALL などのドキュメントは読みましたか? そもそも configure でエラーが出ててMakefileができてなかった気がしますけど。
お礼
回答ありがとうございました。 makefireってconfigureで作るものなんですね、てっきりフォルダ内にあるものかと思っていました。読んでは見たんですが..やっぱり英語って難しですよね。
お礼
ありがとうございます。一歩前進しました あと普通のaprはインストール出来ました
補足
utilをインストールしようとしたらエラーが起きました。 今度は何をインストールすればいいのでしょうか? i@i-U24A ~/apr-util-1.5.2/apr-util-1.5.2 $ ./configure 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 checking for a BSD-compatible install... /usr/bin/install -c checking for working mkdir -p... yes APR-util Version: 1.5.2 checking for chosen layout... apr-util checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed Applying apr-util hints file rules for x86_64-unknown-linux-gnu checking for APR... no configure: error: APR could not be located. Please use the --with-apr option.