Re: problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-18 Thread Dmitri Dmitrienko
> > Summary of my perl5 (revision 5 version 8 subversion 0) configuration: > > Platform: > > osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread > [ .. ] > > Characteristics of this binary (from libperl): > > Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT >

Re: problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-18 Thread Dmitri Dmitrienko
:15 @INC: C:/install.static/Win32/perl/Win32-Binary/lib C:/install.static/Win32/perl/Win32-Binary/site/lib . Options given to mod_perl's Makefile.PL: C:/install.static/Win32/perl/Win32-Binary/lib/perl.exe Makefile.PL APACHE_SRC=/tmp/apache-1.3.27 INSTALL_DLL=/tm

Re: problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-17 Thread Dmitri Dmitrienko
> > 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 should be commen

problem with mod_perl1.27 & perl5.8/apa1.3.27

2003-02-17 Thread Dmitri Dmitrienko
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 should be commented out in perl.h. Then eve