Wolfgang Kubens <[EMAIL PROTECTED]> writes:

> Has anyone any idea?

See if this patch helps. Do a 

  % make clean && make test

in the base directory after applying the patch, so the perl glue 
gets rebuilt properly with the patched Apache__Cookie.h.

Index: glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h
===================================================================
RCS file: /home/cvs/httpd-apreq-2/glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h,v
retrieving revision 1.15
diff -u -r1.15 Apache__Cookie.h
--- glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h  17 Oct 2003 14:23:29 -0000     
 1.15
+++ glue/perl/xsbuilder/Apache/Cookie/Apache__Cookie.h  12 Nov 2003 15:28:34 -0000
@@ -154,7 +154,7 @@
         XSRETURN_UNDEF;
 
     c = apreq_value_to_cookie(apreq_xs_sv2(cookie,ST(0)));
-    p = apreq_env_pool(apreq_xs_sv2env(ST(0)));
+    p = apreq_env_pool(apreq_xs_sv2env(SvRV(ST(0))));
 
     for (j = 1; j + 1 < items; j += 2) {
         STRLEN alen, vlen;

-- 
Joe Schaefer


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to