Re: make test fails in building modperl2+apache2+perl5.8

2003-08-14 Thread Stas Bekman
gerard uolaquetalestem wrote: Hi everyone (my first message). The message is that there is a syntax error in line x of some conf file, the syntax error is that PerlSwitches is an unknown command. I am trying to compile modperl2 with perl 5.8 compiles with mpm and ithreads and with apache2

make test fails in building modperl2+apache2+perl5.8

2003-08-03 Thread gerard uolaquetalestem
Hi everyone (my first message). The message is that there is a syntax error in line x of some conf file, the syntax error is that PerlSwitches is an unknown command. I am trying to compile modperl2 with perl 5.8 compiles with mpm and ithreads and with apache2 compiled not as a DSO module but as

Re: perl5.8

2003-07-16 Thread Ged Haywood
Hi there, On Wed, 16 Jul 2003, Grant Cooper wrote: I was upgrading to perl5.8 using freeBSD To install via ports, I typed this : cd /usr/ports/lang/perl5.8 make install clean rehash use.perl port What does rehash do? And what does use.perl port do? This List is for questions

perl5.8

2003-07-15 Thread Grant Cooper
I was upgrading to perl5.8 using freeBSD To install via ports, I typed this : cd /usr/ports/lang/perl5.8 make install clean rehashuse.perl port What does rehash do? And what does use.perl port do?

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 uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef usethreads=undef use5005threads=undef

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

2003-02-18 Thread Randy Kobes
On Tue, 18 Feb 2003, Dmitri Dmitrienko wrote: 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

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 Randy Kobes
On Tue, 18 Feb 2003, Dmitri Dmitrienko wrote: It's a big fuzz :)) To get errno defined it was necessary to comment out include errno.h. Stupid thing... I believe this is fixed in the cvs mod_perl sources, in particular a change to src/modules/perl/apache_inc.h. Try those to see if that helps.

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 Randy Kobes
On Tue, 18 Feb 2003, 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: 'errno' : undeclared identifier after few hours of jumping around compiler I realized that

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

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

2003-02-17 Thread Stas Bekman
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: 'errno' : undeclared identifier after few hours of jumping around compiler I realized that #include errno.h should be