Re: version 1.2.0 released
Kevin Bullock <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Is this something I also might put in a bug report to Apple about? It strikes me that the rbconfig.rb that ships with the OS doesn't match the actual installed configuration. In any case, the LIBRUBY_ARG=-lruby fix works well enough. Thanks for your quick responses on this issue. Pacem in terris / Mir / Shanti / Salaam / Heiwa Kevin R. Bullock On May 14, 2004, at 12:27 AM, Shugo Maeda wrote: > 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