• ベストアンサー

Fedora Core3でApacheのインストール

お世話になります。 これからLinuxを勉強しようと思い、Fedora Core3 をインストールをしまして、Apache2をFedora Core3の パッケージではなく、他のCDからインストールを しようとしましたら、うまくいかずに困っています。 原因はどのようなことなのでしょうか。 よろしくお願いいたします。 コマンド文はこのようになっていました。 [root@localhost httpd-2.0.50]# ./configure --enable-so checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu Configuring Apache Portable Runtime library ... checking for APR... reconfig configuring package in srclib/apr now checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu Configuring APR library Platform: i686-pc-linux-gnu checking for working mkdir -p... yes APR Version: 0.9.5 checking for chosen layout... apr checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. configure failed for srclib/apr [root@localhost httpd-2.0.50]# make make: *** ターゲットが指定されておらず、makefile も見つかりません。中止。 [root@localhost httpd-2.0.50]#

質問者が選んだベストアンサー

  • ベストアンサー
  • xjd
  • ベストアンサー率63% (1021/1612)
回答No.2

FedoraCore3のインストール時に開発環境を選択しなかったので、 コンパイラなど一式がインストールされていないのでしょう。 yumコマンドでネットから、開発用パッケージ一式をダウンロード・インストール できます。 ソースからのインストール方法を覚えるのに、Apacheの導入はいい勉強になるので がんばってください。 # yum gropuinstall "Development Tools"

hudsio
質問者

お礼

お話のとおり、開発環境がたしかに選択されていない状態でした。 無事にインストールが行えました。 ありがとうございました。

その他の回答 (1)

noname#243622
noname#243622
回答No.1

--- checking for gcc... no checking for cc... no checking for cc... no checking for cl... no --- の箇所からわかるとおり、コンパイラが入っていないようです。 ソースファイルからコンパイルして導入するよりも、apache自体をパッケージでインストールをお勧めします。

hudsio
質問者

お礼

お返事をありがとうございました。 いろいろまだ足りない部分があったのですね。

関連するQ&A