Re: version 1.1.3 released
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hello, At Fri, 9 Apr 2004 14:51:39 -0700, Tom Trebisky <[email protected]> wrote: > On Mon, Apr 05, 2004 at 04:46:23PM +0900, Shugo Maeda wrote: > > It's true that the development of mod_ruby is very slow, but not > > orphaned yet. > > Don't say "yet", you worry us. Sorry. > > The development version mod_ruby-1.1.3 is released now. > > If there is no problem, I'll release it as mod_ruby-1.2.0. > > I am just now busy trying to put mod_ruby-1.1.2 into a fedora core 1 > rpm (so I am learning how to make rpm's and mod_ruby is my first attempt). > > I have found the following, and I suppose I should check 1.1.3 to > see if it is still an issue: > > I had to modify the Makefile as follows: > APACHE_INCLUDES = -I/usr/include/httpd > becomes: > APACHE_INCLUDES = -I/usr/include/httpd -I/usr/include/apr-0 In mod_ruby-1.1.3, /usr/include/apr-0 will be checked and added to APACHE_INCLUDES if it exits. At Fri, 9 Apr 2004 17:42:25 -0700, Tom Trebisky <[email protected]> wrote: > Still fussing with making the rpm for fedora based on 1.1.2 > Actually I have it all just fine except for the doc directory, > which uses all this rd stuff (and ruby -S rd2). A little > searching around has turned up nothing so far, any ideas > what this is and how/where to get it -- apparently not part > of the 1.8 ruby distribution?? rd2 is included in rdtool. You can get it from RAA. http://raa.ruby-lang.org/list.rhtml?name=rdtool Shugo