I just had this same error not three days ago on my Redhat 9.0 installation. Here's the remedy:

Replace line 1605 in test.pl with the following two lines:

my @cnt = split/(?:\\n)+/;
$cnt -= @cnt;

Apparently there is an issue with new line characters in the log files on RedHat. Gerald sent me those two lines of code and everything went smoothly after that. Oh yeah, the test.pl file is in the root of the installation directory.

Good Luck!
-Derrick


On Apr 22, 2004, at 3:28 PM, Dist-List wrote:


Setup :
My setup : redhat entrerprise V3
apache : httpd-2.0.46-32.ent
mod_perl : mod_perl-1.99_09-10.ent

During the installation we have the following error :

Starting httpd...       pid = 16333  ok
Testing mod_perl mode...
#0 ascii...                   ok
#1 pure.htm...                ok
#2 nooutput.htm...            ok
#3 nooutput.htm...            ok
#4 plain.htm...               ok
#5 plain.htm...               ok
#6 plain.htm...               ok
#7 plainblock.htm...          ok
#8 plainblock.htm...          ok
#12 error.htm...
Expected 4 more error(s) in logfile
Input:          test/html/error.htm
Output:         test/tmp/out.htm
Log:            test/tmp/test.log
Testparameter:
  errors = 5
  version = 2
  repeat = 3
 ERRORS detected! NOT all test have been passed successfully
make: *** [test_dynamic] Error 1
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force


any idea ?? THanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to