modcaml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Modcaml] Re: mod_caml w/Apache 2.0


From: Jesse D. Guardiani
Subject: [Modcaml] Re: mod_caml w/Apache 2.0
Date: Sun, 31 Jul 2005 14:57:52 -0400

On Sun, 2005-07-31 at 12:55 -0400, Jesse D. Guardiani wrote:
> On Sun, 2005-07-31 at 17:20 +0100, Richard Jones wrote:
> > On Sun, Jul 31, 2005 at 11:47:18AM -0400, Jesse D. Guardiani wrote:
> > > Are you at a loss here? Are you basically telling me that I'd need
> > > to study the Apache 2.0 module API to get it working?
> > 
> > I'm afraid it's free software, so you get to keep both pieces :-)
> > 
> > However I can tell you that ap_rwrite is a very fundamental function
> > in the Apache API - many other Apache modules would want to link to
> > this function.  So it's likely to be simply a problem with the link
> > step just missing that library or picking up a wrong/unrelated
> > library.
> 
> This appears to have already been brought up, but I didn't find
> the reference until just now:
> 
> http://sandbox.merjis.com/discussion/mod_caml_linking_issue
> 
> I'm going to give that a try.

That worked quite well. Please see attached for the "de-wikified" patch.
NOTE: I moved the CFLAGS stuff to the end because I had to add
      -I$(OCAMLINCDIR)
      on my system for it to compile with Apache 1.x OR 2.x.

I haven't tried the apxswrapper stuff with Apache 1.x yet. Could someone
test that and see if it still works? If so, then I suggest this patch
be applied to CVS.

Thanks!

-- 
Jesse Guardiani
Programmer/Sys Admin
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]