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
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
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
-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
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
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