Am Freitag, 20. März 2009 19:23:06 schrieben Sie:
> not sure, but I'd retry the complete build/test (beginning from
> extracting the TAR) without superuser privileges.
As system user without root priviliges:
1. Problem Description:
Two problems:
The test tends to hang after logging that 28 vho
On Sat 21 Mar 2009, Oliver Block wrote:
> *** mod_perl version 2.04
And how about the current development version?
I use a self compiled apache 2.2.11 plus
http://svn.apache.org/repos/asf/perl/modperl/branches/threading/ with
Suse 11.1. I think you are at 11.0?
If you like I can send you t
Am Samstag, 21. März 2009 12:59:52 schrieb Torsten Foertsch:
> And how about the current development version?
>
> I use a self compiled apache 2.2.11 plus
> http://svn.apache.org/repos/asf/perl/modperl/branches/threading/
Shouldn't the current development version reside on trunk? What about
http
Oliver Block wrote:
As system user without root priviliges:
1. Problem Description:
Two problems:
The test tends to hang after logging that 28 vhosts are ready to test.
If not the test does not hang, then the following summary is given:
Failed Test Stat Wstat Total Fail List of Fail
1. Problem Description:
Failed Test Stat Wstat Total Fail List of Failed
---
t/apache/util.t84 1-4
8 tests and 1 subtest skipped.
Failed 1/246 test scripts. 4/2496 subtests failed.
Files=246, Test
Am Samstag, 21. März 2009 16:33:35 schrieb Adam Prime:
> I built mp2 2.0.4 with apache 2.2.11 yesterday (on gentoo) and didn't
> see any failed tests. that was on a self built apache though, it looks
> like you might be building against a suse shipped on?
I've compiled and run the test with an o
Oliver Block wrote:
1. Problem Description:
Failed Test Stat Wstat Total Fail List of Failed
---
t/apache/util.t84 1-4
8 tests and 1 subtest skipped.
Failed 1/246 test scripts. 4/2496 subtests f
Adam Prime wrote:
This looks like a localization thing to me. I'm guessing that on your
system for some reason ^\w+$ doesn't match against 'Mär'. It fails on
my gentoo box too:
perl -e "print ('Mär' =~ /^\w+$/)"
prints undef.
however,
perl -Mutf8 -e "print ('Mär' =~ /^\w+$/) , qq[\n\n]"
daniel.angil...@imperia.net wrote:
>
> Hello,
>
> I found a way to parse the output of mod_perl through PHP with debian
> linux.
>
>
> PHP has to be compiled with "apxs2filter":
> --
> "apt-get install apache2-threaded-dev"
> for apxs2
>
> download latest php
>
Am Samstag, 21. März 2009 17:47:59 schrieben Sie:
> perl -e "print ('Mär' =~ /^\w+$/)"
>
> prints undef.
>
> however,
>
> perl -Mutf8 -e "print ('Mär' =~ /^\w+$/) , qq[\n\n]"
>
> works, so i'm guessing we just need to through a "use utf8" into the
> test or something?
Good guess! Everything as pre
10 matches
Mail list logo