Re: Setting up Apache with Ruby on Linux

Sarath Kumar Maniyil <[email protected]> Thu, 09 Feb 2006 11:39:23 -0600
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <C010DA6B.75D%[email protected]>
Hi Oded,

  I did install apache-devel and the apxs tool is there. I installed it
hoping that mod_ruby.so will be there in etc/httpd/modules. But it isn't
there. Do I have to do anything else.

Thanks,
Sarath


On 2/9/06 11:11 AM, "Oded Arbel" <[email protected]> wrote:

> Sarath Kumar Maniyil wrote:
> 
>> Hi,
>> 
>>  I am trying to set up Apache with Ruby on Red Hat. I have downloaded
>> mod_ruby. When i do the ./configure.rb, it tells me apxs tool not found. Can
>> anyone help.
>>  
>> 
> You need to have the apache-devel package installed, and make sure that
> configure.rb looks for apxs under /usr/sbin (and not /usr/local or
> something).