Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-09 Thread Kristian Elof Sørensen
Kristian, please try the current cvs: http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution Thanks for the tip. However the compilation fails with the same error message at nearly the same line numbers as with the 1.99_16 version :-( -- Report problems: ht

Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-09 Thread Kristian Elof Sørensen
Also worth a shot is to try 'gmake' instead of 'make' Thanks for the suggestion, however there is no gmake on OpenBSD since gnu make is the standard make on OpenBSD. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: ht

Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-09 Thread Stas Bekman
Kristian Elof Sørensen wrote: Kristian, please try the current cvs: http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution Thanks for the tip. However the compilation fails with the same error message at nearly the same line numbers as with the 1.99_16 version

[mp2] Perl Filter

2004-10-09 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am trying to write an output filter with perl: sub handler { my $f=shift; my $r=$f->r; ... mod_perl/apache complains "argument is not a blessed reference (expecting an APR::Table derived object)" at "my $r=$f->r;". My httpd.conf contains

Re: [mp2] Perl Filter

2004-10-09 Thread Geoffrey Young
Torsten Förtsch wrote: > Hi, > > I am trying to write an output filter with perl: > > sub handler { > my $f=shift; > my $r=$f->r; > ... > > mod_perl/apache complains "argument is not a blessed reference (expecting an > APR::Table derived object)" at "my $r=$f->r;". > > My httpd.conf cont

Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-09 Thread Philippe M. Chiasson
Kristian Elof Sørensen wrote: Also worth a shot is to try 'gmake' instead of 'make' Thanks for the suggestion, however there is no gmake on OpenBSD since gnu make is the standard make on OpenBSD. On my OpenBSD 3.5 box, I seem to have both: [EMAIL PROTECTED] root]# make --version make: unknown