Re: Mac OSX Problem: Cannot Load mod_ruby.so - Undefined symbols
bovi <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <BCC183A1.1F8%[email protected]> |
hi, i found your configuration in the ML-Archiv and i used exactly the same.. i have try it now again with a clean cvs snapshot.. but there is no different.. allways the same error.. anyway, thanks for the reply.. bovi Am 07.05.2004 5:04 Uhr schrieb "Shugo Maeda" unter <[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 > >