On Thursday 06 May 2010 13:53:37 tech_list wrote:
> >> [  error] '/usr/local/apache2/bin/apxs -q NOTEST_CPPFLAGS' failed:
> >> [  error] Use of assignment to $[ is deprecated at
> >> /usr/local/apache2/bin/apxs line 86.
> 
Okay, I see. My apxs starts with 

 #!/usr/bin/perl -w

and this perl is still 5.10.0.

Nevertheless apxs is not part of modperl. Best you'd file bug against httpd.

In the meantime simply delete line 86 in apxs. $[ is 0 per default. So, 
C<local $[=0> is useless. It's usage has been deprecated for a long time.

Normally this message is a warning. Do you really see an error? Or is it only 
this message that bothers you?

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

Reply via email to