Carl Brewer wrote:
Stas Bekman wrote:


If you are eager to start testing you can start doing so right now with the latest cvs. I'm doing some last testing and will post the 1.99_10 release candidate in about 10 hours.
[...]
  no problems at compile time, the usual make test IPv6 problems though
  seems fine operationally though.

it's an issue with Apache::Test, not mp2. I've added this to the Apache-Test/ToDo:


- Apache-Test doesn't run on IPv6 systems, need to change the
  autogeneration of httpd.conf to support IPv6. It requires a
  replacement of 'Listen 80' with 'Listen servername:80'
  Philippe posted patch here:
  http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105514290024419&w=2

However you can try the following:

perl Makefile.PL ...
make
t/TEST -conf
perl -pi -e 's|Listen\s+(\d+)|Listen YOURHOSTNAME:$1|' t/conf/httpd.conf
t/TEST
cd ModPerl-Registry
t/TEST -conf
perl -pi -e 's|Listen\s+(\d+)|Listen YOURHOSTNAME:$1|' t/conf/httpd.conf
t/TEST

replace YOURHOSTNAME with your hostname ;) may be localhost will do, I haven't played on Ipv6 system yet.

__________________________________________________________________
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



Reply via email to