"eps com estem" <[EMAIL PROTECTED]> writes:
[...]
> 1)- First thing is that if i am creating a new bucket for a new
> brigade, the line
>my $b = APR::Bucket->new($bb->bucket_alloc,$data);
> should be
>my $b = APR::Bucket->new($bb_ctx->bucket_alloc,$data);
> or that's what i think(?).
M
Hm. Rebuilding perl without threading seems to have fixed the problem.
Tom.
> -Original Message-
> From: John D Groenveld [mailto:[EMAIL PROTECTED]
> Sent: 18 December 2004 20:58
> To: Tom Gazzini
> Cc: [EMAIL PROTECTED]
> Subject: Re: Problem building Apache::Request
>
> In message <[E
I've tested this another option:
--
sub handler : FilterRequestHandler
{
my($f, $bb) = @_;
$bb->flatten(my $data);
$bb->cleanup();
$this->blogum_filter(\$data,$f->r,$f->c);
my $bb_ctx = APR::Brigade->new($f->c->pool, $f->c->bucket_alloc);
my $b = APR::Bucket->
In message <[EMAIL PROTECTED]>, "Tom Gazzini" w
rites:
>I've built apache/mod_perl/mason many times, but this is the first time I
>have come across this problem:
>
>I'm getting a strange "dereferencing pointer to incomplete type" error when
>I try and install Apache::Request.
The fact that you can
I've built apache/mod_perl/mason many times, but this is the first time I
have come across this problem:
I'm getting a strange "dereferencing pointer to incomplete type" error when
I try and install Apache::Request.
I'm using apache 1.3.33/Fedora Core 2/perl 5.8.6 ithreads/mod_perl
The full outp
Hello.
I want to add file-upload capacity to my program so i've installed libapreq2.
Working with windows i've installed libapreq2 through ppm which install as a
requisite
mod_perl-dev 1.99_15, and
after i've installed 1.99_0.17 (the order is important, as version _17 is
needed for some
instruc
> Оригинално писмо
>От: Stas Bekman <[EMAIL PROTECTED]>
>Относно: Re: make test fails under Tru64 Unix 5.1b
>До: Nick *** <[EMAIL PROTECTED]>
>Изпратено на: Събота, 2004, Декември 18 03:36:17 EET
>--
>
>Nick *** wrote:
>
>> >> [warnin
> Оригинално писмо
>От: Stas Bekman <[EMAIL PROTECTED]>
>Относно: Re: make test fails under Tru64 Unix 5.1b
>До: Nick *** <[EMAIL PROTECTED]>
>Изпратено на: Петък, 2004, Декември 17 22:43:43 EET
>--
>
>Nick *** wrote:
>
>> I've made so
Some progress here too.
I've added /usr/local/lib/perl5/5.6.1/alpha-dec_osf/CORE to LD_LIBRARY_PATH and
now I get this when running make test:
waiting 120 seconds for server to start: ..Can't make loaded symbols global on
this platform while loading
/house/doink123/mp2_svn/blib/arch/auto/Apach