Re: Mac OSX Problem: Cannot Load mod_ruby.so - Undefined symbols
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Thu, 06 May 2004 21:36:16 +0200, bovi <[email protected]> wrote: > I try to work with mod_ruby under mac osx but everytime i start my apache > the following error occured: please show me your whole configuration options of ruby and mod_ruby. My successful configuration options are here. 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 Shugo