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

2003-02-18 Thread Dmitri Dmitrienko
/lib/perl.exe Makefile.PL APACHE_SRC=/tmp/apache-1.3.27 INSTALL_DLL=/tmp/apache-1.3.27/src/modules EAPI=1 -dmitri. Dmitri Dmitrienko wrote: 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

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

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

2003-02-17 Thread Dmitri Dmitrienko
Hello, I gotfollowing 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

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 errno.h should be commented out in