modcaml
[Top][All Lists]
Advanced

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

Re: [Modcaml] Re: mod_caml w/Apache 2.0


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

On Sun, 2005-07-31 at 15:08 -0400, Jesse D. Guardiani wrote:
> On Sun, 2005-07-31 at 14:57 -0400, Jesse D. Guardiani wrote:
> > 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!
> > 
> 
> Forgot the patch. Please see attached.

Please see attached for an updated patch that fixes the mod_caml.la
libdir variable issue. I had to fix it in order to write a proper Gentoo
ebuild.

Can someone test this with Apache 1.x and let us know if it works?
Thanks!


-- 
Jesse Guardiani
Programmer/Sys Admin
address@hidden

Attachment: mod_caml-1.3.6-apache-2.0.54-3.diff
Description: Text Data


reply via email to

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