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 14:03:21 -0500, Kevin Bullock <[email protected]> wrote: > Why does mod_ruby only want to link statically? mod_ruby uses the configuration of your ruby installation. libruby is linked dynamically on my machine if ruby is configured with --enable-shared. Can you show me /usr/lib/ruby/1.6/powerpc-darwin7.0/rbconfig.rb? By the way, I recommend ruby-1.8. You can use ruby-1.8 without uninstalling ruby-1.6. $ tar zxvf ruby-1.8.1.tar.gz $ cd ruby-1.8.1/ $ ./configure --enable-shared --program-suffix=1.8 $ make # make install ruby-1.8 will be installed to /usr/local/bin/ruby1.8. So please configure mod_ruby by it. $ tar zxvf mod_ruby-1.2.0.tar.gz $ cd mod_ruby-1.2.0/ $ ruby1.8 configure.rb ... Shugo