Stas Bekman wrote:

Carl Brewer wrote:



I've just done a bit of an overhaul of my mp2 install
on apache 2.0.50/perl 5.8.5/mp2-current, NetBSD 1.6.2, and
am having a few problems.

the most critical one is that I can't find apache::server
anymore.

My old startup.pl scripts had

    use Apache::Server ();

Has this been done away with?

I noticed no mention of it in
http://perl.apache.org/docs/2.0/user/config/config.html
which suggests that it has?

I'vr a bunch of compile & install errors that I'll post proper
bug reports about in dev tonight or tomorrow :)


That's what we post the Changes log for:

Subject: [ANNOUNCE] mod_perl 1.99_15
mod_perl 1.99_15 is out:
[...]
Changes since 1.99_14:
[...]
In order to be consistent with Apache::RequestRec, Apache::Server is
now Apache::ServerRec and all methods/functions from Apache::Server
now live in Apache::ServerRec. [Stas]

Ok :)

How abouit this one though? Has APR::brigade changed too? :


[Wed Aug 25 18:02:54 2004] [error] Can't locate object method "empty" via package "APR::Brigade" at /data/www/aboc/lib/CB.pm line 402.\n


This is from :


my $bb = APR::Brigade->new($r->pool, $ba);

    do {
        my $rv = $filters->get_brigade($bb,
            Apache::MODE_READBYTES, APR::BLOCK_READ, IOBUFSIZE);
        if ($rv != APR::SUCCESS) {
            return $rv;
        }

        while (!$bb->empty) {
            my $buf;




Any quick hints?

Carl



--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to