Kevin M wrote:
>>All day I have been trying to get mod_ruby and eRuby installed on MacOS
>>X 10.3 (Panther) with Apache 1.3.
>>I'm close, but not yet there.
>
>
> I had exactly the same problem the other day, and got enough help on
> this newsgroup to solve it. Look back a couple days and you should
> see the thread.
>
> Basically there's 2 things you need to do: one is to configure ruby
> and eRuby with --enable-shared, and mod_ruby with --with-apxs.
Heh, thanks. I seem to have learned about this newsgroup 1 day too late.
Should have searched first :/
Neither of the install docs I read:
http://modruby.net/doc/install.en.html
http://sean.chittenden.org/programmi...uby_intro.html
mention the --enable-shared option. I can't seem to find information
about it online (that actually describes it).
What does it do? And do I want it on both eRuby and mod_ruby, or only eRuby?
> The second thing is that you'll probably need a newer mod_ruby, as the
> current stable version has some problems on OS X. I ended up using
> the latest dev version (1.1.2 I think) and it's working fine.
Yup, mine too. Yay!