Re: Problems starting Apache 2.2 with mod_ruby
Brian Candler <[email protected]> Tue, 10 Jan 2006 10:49:31 +0000
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 10, 2006 at 06:16:22PM +0900, Michael Sullivan wrote: > I asked this the other day, but there have been no replies, so I'll > post the problem again with some additional information. ... but missing the actual hacked source code you're trying to compile :-( The program error could be anywhere. You might have missed a semicolon from the line before; the definition of the structure member 'func' may not be sensible. Or a zillion other things. I suggest you post your entire tarball, with complete instructions on how you configure and compile it, then someone can try to replicate the problem and then debug it. I saw you posted a snippet from mod_ruby.c before. In the absence of anything obviously wrong in that snippet, that means the error is somewhere else. Regards, Brian.