Carl Brewer wrote:
Stas Bekman wrote:

yup, that's strange. Any difference if you drop (STRLEN):

- char *buf = SvPV(*MARK, (STRLEN)wlen);
+ char *buf = SvPV(*MARK, wlen);


Drop the cast, and lo! I have a new mod_perl binary :)

Yeah, but that's not good. Since that patch:
http://cvs.apache.org/viewcvs.cgi/modperl-2.0/xs/modperl_xs_util.h?r1=1.18&r2=1.19&diff_format=h
that added this cast was applied because on darwin you get 'incompatible pointer type' fixes without it. Go figure.


Anybody knows what's the deal here?

Now to play with your IPv6 stuff and see if it fixed the old
problems.

:) __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

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



Reply via email to