On Tue, 13 Jan 2004, Douglas Andrik Russel Antonio Chet Morales wrote: > well, thank you Randy, so, i guess i have to get perl 5.8 > this is how the line i told you looks like when the apxs package is > downloaded > unless $vers =~ m!Apache/2.0!; > and this is how i fixed it > unless $vers = ~ m!Apache/2.0!; > hope it helps
Thanks for clarifying that; however, the above fix doesn't do what's intended within the installation script. $vers =~ m!Apache/2.0! would be true if you're using Apache/2.0, and if you're not, the script should die, as the apxs being installed is for Apache2. -- best regards, randy -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html