やる夫がapache-1.3.36のインストールをするようです。
はじめてのapacheインストール
単に”./configure --> makeinstall”でインストールが完了しますが、Linuxのインストール時に最小構成のインストールとかにしてしまうと、gooコンパイラ等がインストールされていない場合があります。そこで詰まった人用(初歩だが・・・)。
ファイル取得
http://www.apache.jp/ から適当に落としてください。バージョンによっては、”mod_proxy_balancer ”等のモジュールが使えない場合があります。今回は”apache-1.3.36”をインストールしてみることにします。
apache-1.3 インストール
# cd apache_1.3.36 |
____
/ノ ヽ、_\
/( ○)}liil{(○)\
/ (__人__) \ gccコンパイラって普通デフォで
| ヽ |!!il|!|!l| / | はいってんじゃねぇ~の?????
\ |ェェェェ| /
”Error: could not find any of these C compilers” コンパイラが入ってないよってエラーです。
- 対外は問題なく入っている筈。
コンパイラインストール
もう一回
| # ./configure Configuring for Apache, Version 1.3.36 + Warning: Configuring Apache with default settings. + This is probably not what you really want. + Please read the README.configure and INSTALL files + first or at least run './configure --help' for + a compact summary of available options. + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for Linux platform + setting C compiler to gcc + setting C pre-processor to gcc -E + using "tr [a-z] [A-Z]" to uppercase + checking for system header files + adding selected modules + using builtin Expat + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/regex Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/lib/expat-lite Creating Makefile in src/modules/standard# make # make install |
apache-1.3 起動
# /usr/local/apache/bin/apachectl start |
| 固定リンク
「apache」カテゴリの記事
- やる夫がapacheのコネクション数を調べるようです2。(2008.06.12)
- やる夫がapacheのコネクション数を調べるようです。(2008.02.29)
- やる夫がapache2.0/2.2系で帯域制限をかけるようです。(2008.03.14)
- やる夫のサイトにスパムが来たようです。(2008.04.10)
- やる夫のサイトにスパムがきまくるようです。(2008.04.11)
トラックバック
この記事のトラックバックURL:
http://app.f.cocolog-nifty.com/t/trackback/488651/9604454
この記事へのトラックバック一覧です: やる夫がapache-1.3.36のインストールをするようです。:





コメント