Re: OSX RubyRequire apache/eruby-run apache start issue
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Mon, 26 Apr 2004 02:01:26 -0400, Nick Van Weerdenburg <[email protected]> wrote: > I'm trying to configure the latest stable versions of mod_ruby and > eruby and am getting the following problem. I got an account on Mac OS X, and tried to build ruby-1.8.1, mod_ruby-1.1.3 and eruby-1.0.5 on it. Then it worked fine. My configuration options follows. Ruby: % tar zxvf ruby-1.8.1.tar.gz % cd ruby-1.8.1/ % configure --enable-shared % make % sudo make install mod_ruby: % tar zxvf mod_ruby-1.1.3.tar.gz % cd mod_ruby-1.1.3/ % ruby configure.rb % make % sudo make install eruby: % tar zxvf eruby-1.0.5.tar.gz % cd eruby-1.0.5/ % ruby configure.rb --enable-shared % make % sudo make install Is there any difference between yours? Shugo