You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "SUCH SANMARTÍN, GERARD" <gs...@imim.es> on 2004/03/27 10:03:05 UTC

Compiling (upgrading) new mod perl version, make test fails

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)

[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.
END in modperl_extra.pl, pid=13424
Attempt to free unreferenced scalar at /usr/lib/perl5/5.8.1/Test/Harness.pm
line 31.
END in modperl_extra.pl, pid=13424
Attempt to free unreferenced scalar at /usr/lib/perl5/5.8.1/Test/Harness.pm
line 31.
END in modperl_extra.pl, pid=13424
Attempt to free unreferenced scalar at /usr/lib/perl5/5.8.1/Test/Harness.pm
line 31.
[Sat Mar 27 10:54:54 2004] [notice] Apache/2.0.48 (Unix) mod_perl/1.99_13
Perl/v5.8.1 configured -- resuming normal operations
[Sat Mar 27 10:54:54 2004] [info] Server built: Feb 16 2004 21:58:41
[Sat Mar 27 10:54:54 2004] [debug] worker.c(1733): AcceptMutex: sysvsem
(default: sysvsem)

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?

And a last question, how can i get all the output of make and make test?

-- 
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


Re: Compiling (upgrading) new mod perl version, make test fails

Posted by Stas Bekman <st...@stason.org>.
SUCH SANMARTÍN, GERARD wrote:
> 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:stas@stason.org 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