On Fri, 25 Feb 2000 18:04:47 EST, John Tobey wrote: >+++ apache_1.3.11/src/modules/perl/mod_perl.c Tue Feb 1 22:23:03 2000 >@@ -780,9 +780,9 @@ > } > } > >- if (siggv) { >+ /* if (siggv) { > save_hptr(&GvHV(siggv)); >- } >+ }*/ Doug MacEachern mentioned he'd fix this in mod_perl when we talked about it. > if (endav) { > save_aptr(&endav); >--- apache_1.3.11/src/modules/perl/mod_perl.h~ Tue Feb 1 21:15:05 2000 >+++ apache_1.3.11/src/modules/perl/mod_perl.h Tue Feb 1 22:30:40 2000 >@@ -1,3 +1,9 @@ >+#define PERL_POLLUTE >+#define perl_eval_pv Perl_eval_pv >+#define perl_eval_sv Perl_eval_sv >+#define perl_call_sv Perl_call_sv >+#define perl_call_method Perl_call_method If you needed to do this, something is broken in Perl. (See the compatibility macros for perl_eval_sv() etc in embed.h. I guess they're not getting defined somehow.) Can you try it again with the latest perl and send a perlbug report if that's still needed? Thanks. Sarathy gsar@ActiveState.comThread Previous