soogle’s diary

soogle life log

インストール前の準備を行う。

Apacheのインストールオプションの設定を行う

$ ./configure
を実行してコンパイル前の設定を実施する

ソースディレクトリの「Makefile」というファイルが書き換えられる。このファイルは、コンパイルの際にプログラムを動的に変更するためのパラメータや、アプリケーションをコンパイルする手順などを定義するもの

プログラムをコンパイルする
$ make

プログラムをコンパイルし、バイナリファイルを作成

$ su -
Password:(パスワード入力)
# make install

そしてついに!!

                                                                                                                • +

You now have successfully built and installed the
Apache 1.3 HTTP server. To verify that Apache actually
works correctly you now should first check the
(initially created or preserved) configuration files

/usr/local/apache/conf/httpd.conf

and then you should be able to immediately fire up
Apache the first time by running:

/usr/local/apache/bin/apachectl start

Thanks for using Apache. The Apache Group
http://www.apache.org/

                                                                                                                • +

apacheのinstall終了!!