[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

mod_ruby compile errors

Zach Dennis

9/28/2003 9:35:00 PM

Hey All,

I'm attempting to use a Cygwin setup for Apache and mod_ruby....(or eruby),
but I can't get them to work. mod_ruby won't 'make'. It tosses an error
about the mod_ruby.o file and quits. I have tried with 1.0.7 and 1.1.0 and i
can't get it to go.

Here's what I'm doing.

./configure.rb --with-apxs=/usr/local/apache2/bin/apxs //this part works!!
make //errors out

the last few lines of the 'make' running are:

---------------------------------------------------
request.o(.text+0x3824:/tmp/mod_ruby-1.0.7.request.c:1652: undefined
reference to '_apr_table_setn'
collect2: ld returned 1 exit status
make: *** [mod_ruby.so] Error 1
---------------------------------------------------

And that's it!! Any ideas?

TIA

-Z