> > Hello,
> > 
> > I got following problem when compiled mod_perl 1.27 for Apache
> > 1.3.27 and perl 5.8 for Win32 platform:
> > 
> > Constants.xs(158) : error C2065: 'errno' : undeclared identifier
> > 
> > after few hours of jumping around compiler I realized that
> > #include <errno.h> should be commented out in perl.h. Then
> > everything became good.
> > 
> > Please tell me is anybody experienced anything like I did ?
> > Is there any "official" workaround ?
> > 
> > BTW, everything was ok with perl 5.6.0...
> > 
> 
> What's 'perl -V' for you?


5.8.0 (as shown in the topic)

Reply via email to