Index: [Article Count Order] [Thread]

Date:  Mon, 31 Jan 2005 22:36:24 +0900
From:  "Tokiwa" <tokiwa@...>
Subject:  Re: mswin32 support for mod_ruby
To:  modruby-ja@...
Message-Id:  <200501311336.AA00475@...>
In-Reply-To:  <20050131153910.B4CC.USA@...>
References:  <20050131153910.B4CC.USA@...>
X-Mail-Count: 00431

なかむら(う)さん、こんにちは。
常盤です


これは助かります。最初からやり直してみます。

> 常盤さんも対応作業をしていらっしゃったと思うんですが、この辺
> はどうやってクリアされましたか? ^^;

自分のところにはapxs.batなるものが・・・
たぶん何処からか拾ってきたものだと思います。
Apacheをビルド、インストールしてapxs.batを
binに入れておけば、多少は機能するようです。
出所がわからないので、こちらに置いておきます。
http://tokiwa.hn.org/puki/?mod_ruby_win32bin

1.2.4のconfigureはこんな感じでした。
>ruby ./configure.rb --with-apxs=C:\programs\Apache2\bin\apxs.bat
checking for a BSD compatible install... D:/src/apache2/httpd-2.0.52/modules/mod
_ruby-1.2.4/install-rb -c
checking whether we are using gcc... no
checking Ruby version... 1.8.2
checking for static Apache module support... no
checking for dynamic Apache module support... yes
creating Makefile
creating libruby.module
creating doc/Makefile

--------
常盤亮太