2010/5/6 Torsten Förtsch <torsten.foert...@gmx.net>:
> 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.

Here's the committed httpd fix:

http://svn.apache.org/viewvc/httpd/httpd/trunk/support/apxs.in?r1=807930&r2=932791&diff_format=h

It should be in the next 2.2.x release.

Reply via email to