Re: version 1.1.3 released
Tom Trebisky <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Organization | for the birds |
| Message-ID | <[email protected]> |
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.
> 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
Looking at configure.rb, I see this comes from running
apxs -q INCLUDEDIR
which on my system returns only /usr/include/httpd, so really this
is some kind of apache problem, I have no idea why the include
files have been rearranged like this, but this hack works and there
is indeed a bunch of stuff in include/apr-0 that is needed.
Tom
--
Tom Trebisky
MMT Observatory
University of Arizona -- Tucson
[email protected]