perl Makefile.PL gives me this:
[  error] '/usr/local/apache2/bin/apxs -q EXTRA_CPPFLAGS' failed:
[  error] Use of assignment to $[ is deprecated at /usr/local/apache2/bin/apxs 
line 86.

[  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.

On May 6, 2010, at 6:09 AM, Torsten Förtsch wrote:

> On Thursday 06 May 2010 12:38:13 tech_list wrote:
>> Last I check mod_perl from SVN did not play well with 5.12.  Is this still
>> the case?
>> 
> trunk compiles and passes all tests here with 5.12.0 and 5.10.1 threaded and 
> non-threaded:
> 
>    uname='linux opi 2.6.31.12-0.2-desktop #1 smp preempt 2010-03-16 21:25:39 
> +0100 x86_64 x86_64 x86_64 gnulinux '
>    config_args='-ds -e -Dprefix=/home/r2/PERLINST/5.12.0-perlio-nonthreaded/ 
> -Di_db -Di_dbm -Di_ndbm -Di_gdbm - -Duseshrplib=true -Doptimize=-fmessage-
> length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
> fasynchronous-unwind-tables -g -Wall -pipe -Accflags=-DPERL_USE_SAFE_PUTENV -
> Dnoextensions=ODBM_File -Uuseithreads -Uusemultiplicity'                      
>                                                                               
>                         
>    hint=recommended, useposix=true, d_sigaction=define                        
>                                                                               
>     
>    useithreads=undef, usemultiplicity=undef                                   
>                                                                               
>     
>    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef       
>                                                                               
>     
>    use64bitint=define, use64bitall=define, uselongdouble=undef                
>                                                                               
>     
>    usemymalloc=n, bincompat5005=undef                                         
>                                                                               
>     
> 
> 
>    uname='linux opi 2.6.31.12-0.2-desktop #1 smp preempt 2010-03-16 21:25:39 
> +0100 x86_64 x86_64 x86_64 gnulinux '
>    config_args='-ds -e -Dprefix=/home/r2/PERLINST/5.12.0-perlio-threaded/ -
> Di_db -Di_dbm -Di_ndbm -Di_gdbm - -Duseshrplib=true -Doptimize=-fmessage-
> length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
> fasynchronous-unwind-tables -g -Wall -pipe -Accflags=-DPERL_USE_SAFE_PUTENV -
> Dnoextensions=ODBM_File -Duseithreads'                                        
>                                                                               
>                            
>    hint=recommended, useposix=true, d_sigaction=define                        
>                                                                               
>     
>    useithreads=define, usemultiplicity=define                                 
>                                                                               
>     
>    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef       
>                                                                               
>     
>    use64bitint=define, use64bitall=define, uselongdouble=undef                
>                                                                               
>     
>    usemymalloc=n, bincompat5005=undef                                         
>                                                                               
>     
> 
> 
>    uname='linux opi 2.6.31.12-0.2-desktop #1 smp preempt 2010-03-16 21:25:39 
> +0100 x86_64 x86_64 x86_64 gnulinux '
>    config_args='-ds -e -Dprefix=/home/r2/PERLINST/5.10.1-perlio-threaded/ -
> Di_db -Di_dbm -Di_ndbm -Di_gdbm - -Duseshrplib=true -Doptimize=-fmessage-
> length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
> fasynchronous-unwind-tables -g -Wall -pipe -Accflags=-DPERL_USE_SAFE_PUTENV -
> Dnoextensions=ODBM_File -Duseithreads'                                        
>                                                                               
>                            
>    hint=recommended, useposix=true, d_sigaction=define                        
>                                                                               
>     
>    useithreads=define, usemultiplicity=define                                 
>                                                                               
>     
>    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef       
>                                                                               
>     
>    use64bitint=define, use64bitall=define, uselongdouble=undef                
>                                                                               
>     
>    usemymalloc=n, bincompat5005=undef                                         
>                                                                               
>     
> 
> 
>    uname='linux opi 2.6.31.12-0.2-desktop #1 smp preempt 2010-03-16 21:25:39 
> +0100 x86_64 x86_64 x86_64 gnulinux '
>    config_args='-ds -e -Dprefix=/home/r2/PERLINST/5.10.1-perlio-nonthreaded/ 
> -Di_db -Di_dbm -Di_ndbm -Di_gdbm - -Duseshrplib=true -Doptimize=-fmessage-
> length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
> fasynchronous-unwind-tables -g -Wall -pipe -Accflags=-DPERL_USE_SAFE_PUTENV -
> Dnoextensions=ODBM_File'                                                      
>                                                                               
>                         
>    hint=recommended, useposix=true, d_sigaction=define                        
>                                                                               
>     
>    useithreads=undef, usemultiplicity=undef                                   
>                                                                               
>     
>    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef       
>                                                                               
>     
>    use64bitint=define, use64bitall=define, uselongdouble=undef                
>                                                                               
>     
>    usemymalloc=n, bincompat5005=undef                                         
>                                                                               
>     
> 
> Torsten Förtsch
> 
> -- 
> Need professional modperl support? Hire me! (http://foertsch.name)
> 
> Like fantasy? http://kabatinte.net

Reply via email to