On Tue, 24 Jul 2001, brian moseley wrote:

> 
> hiya. trying to build the latest cpan version of libapreq
> with perl 5.6.1 + use5005threads, apache 1.3.20, mod-perl
> 1.25. got this error:
> 
> Request.xs: In function `upload_hook':
> Request.xs:230: `thr' undeclared (first use in this function)

try adding a dTHX; in upload_hook, and anywhere else that complains about
`thr'

Reply via email to