Re: version 1.2.0 released
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Thu, 13 May 2004 23:46:22 -0500, Kevin Bullock <[email protected]> wrote: > > Can you show me /usr/lib/ruby/1.6/powerpc-darwin7.0/rbconfig.rb? > > Here's what it is on my machine. I assume it's the same for every OS X > 10.3 machine. (snip) > CONFIG["ENABLE_SHARED"] = "no" This entry is the reason why mod_ruby wants to link libruby statically. Please build ruby your self with the --enable-shared option. Shugo