Hi.
I have a problem installing mod_perl. Some tests fail.
Configuration:
- mod_perl 2.0.4
- Linux version 2.6.26-1-amd64 (Debian 2.6.26-13lenny2)
- Apache/2.2.9 (Debian)
Failing tests:
t/modperl/pnotes2...NOK 1/12# Failed test 1 in
t/modperl/pnotes2.t at line 25
t/modper
On 27.01.2011 18:08, Fred Moyer wrote:
Can you try the unofficial release candidate here?
http://people.apache.org/~phred/mod_perl-2.0.5-rc1.tar.gz
On Thu, Jan 27, 2011 at 6:39 AM, Alexander Aparzev
wrote:
Hi.
I have a problem installing mod_perl. Some tests fail.
Thank you for the hint
On 27.01.2011 20:19, Fred Moyer wrote:
Can you run the failing tests with verbose mode and post the results here?
./t/TEST -verbose t/modperl/pnotes2.t
Sure. Did it:
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/home/justme/sources/mod_perl-2.0.5-rc1/t/TE
On 27.01.2011 20:55, Fred Moyer wrote:
On Thu, Jan 27, 2011 at 11:44 AM, Alexander Aparzev
wrote:
On 27.01.2011 20:19, Fred Moyer wrote:
Can you run the failing tests with verbose mode and post the results here?
./t/TEST -verbose t/modperl/pnotes2.t
Sure. Did it:
[warning] setting
On 28.01.2011 09:46, Torsten Förtsch wrote:
# run the test
t/TEST -verbose t/modperl/pnotes2.t
# now check the log and see if it contains 12 lines of 'pnotes are ...'
((12==$(grep 'pnotes are destroyed after cleanup passed' t/logs/error_log | wc
-l)))&& echo ok
Thank you Torsten. No, it doe
On 28.01.2011 12:07, Torsten Förtsch wrote:
On Friday, January 28, 2011 11:42:46 Alexander Aparzev wrote:
# now check the log and see if it contains 12 lines of 'pnotes are ...'
((12==$(grep 'pnotes are destroyed after cleanup passed' t/logs/error_log
| wc -l)))&&