On 11/21/06, Massimo Manghi <[EMAIL PROTECTED]> wrote:
Quoting David Welton <[EMAIL PROTECTED]>:

> > I managed to recompile the module (I switched from
> > from Debian 3.1 to 4.0). Well, no, it's not working.
>
> Seems odd to me... you're sure that's the module that's installed and running?
>

from apache/modules.conf

#LoadModule rivet_module /usr/lib/apache/1.3/mod_rivet.so
LoadModule rivet_module /home/manghi/Projects/rivet/1_0/src/.libs/mod_rivet.so

I checked the effect of the patch and It's not clear to
me whether the patch applied correctly (the module compiles anyway).
Rivet_Init call was placed right after Rivet_Panic outside the
scope of any function...was it meant to be so?

No... it should be in:

Rivet_PerInterpInit(server_rec *s, rivet_server_conf *rsc, pool *p)

I would put it after this if statement.

   if (Tcl_PkgRequire(interp, "RivetTcl", "1.1", 1) == NULL) {

--
David N. Welton
- http://www.dedasys.com/davidw/

Linux, Open Source Consulting
- http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to