You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Francesc Guasch <fr...@telecos.upc.edu> on 2013/04/22 10:35:19 UTC

Building on debian 6 with debian Apache

Hi. I successfully built mod_perl on debian Squeeze if I build my own
apache. At least it passes the tests.

But I can't pass the tests with the apache released in squeeze. It builds
but when I try to run the tests:

ulimit -c unlimited; /usr/bin/perl 
/usr/local/web22/src/instala_web/deb/mod_perl-2.0.8/t/TEST -bugreport -verbose=0
something is wrong, mod_perl 2.0 build should have supplied all the needed 
information to run the tests. Please post lib/Apache/BuildConfig.pm along with 
the bug report at 
/usr/local/web22/src/instala_web/deb/mod_perl-2.0.8/Apache-Test/lib/Apache/TestConfig.pm 
line 377.

It advices I submit a bug with the contents of lib/Apache2/BuildConfig.pm.
Before I do, is there something I am missing ?

I installed:

apache2-prefork-dev     2.2.16-6+squeeze11
apache2-utils   	2.2.16-6+squeeze11
apache2.2-bin   	2.2.16-6+squeeze11
apache2.2-common        2.2.16-6+squeeze11
libperl-dev             5.10.1-17squeeze6

thank you very much.