Trying to upgrade from 1.99_12 to 1.99_13 i get an error in make test:
failed to start server! (please examine t/logs/error_log)
please, please, save your and our time, always start with: http://perl.apache.org/bugs/
[error_log:] END in modperl_extra.pl, pid=13424 Attempt to free unreferenced scalar at /usr/lib/perl5/5.8.1/Test/Harness.pm line 31.
these are harmless, threaded perl quirks, which we need to figure out how to get rid off.
I had 1.99_12 installed before, i have done no make uninstall, just descompress the sources, perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2, make and make test.
Is there any protocol to "upgrade" mod perl 2?
Most likely again, an issue with Apache-Test/ipv6 and not mod_perl. Check that you don't have ::1 entry in your /etc/hosts
And a last question, how can i get all the output of make and make test?
What do you mean? how to log it into a file? like you normally do... you can even use tee to see things and log at the same time:
make | tee make.log make test | tee make_test.log
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- 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