Re: perl 5.12 / mod_perl
tech_list <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On May 6, 2010, at 6:44 AM, Torsten Förtsch wrote:
> On Thursday 06 May 2010 13:10:34 tech_list wrote:
>> 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.
>>
> apxs is not part of modperl. It belongs to apache. Maybe your apache is too
> old?
>
> Torsten Förtsch
>
> --
> Need professional modperl support? Hire me! (http://foertsch.name)
>
> Like fantasy? http://kabatinte.net
It's the latest release
# httpd -V
Server version: Apache/2.2.15 (Unix)
Server built: Apr 25 2010 20:07:15
Server's Module Magic Number: 20051115:24
Server loaded: APR 1.4.2, APR-Util 1.3.9
Compiled using: APR 1.4.2, APR-Util 1.3.9
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_FLOCK_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/usr/local/apache2"
-D SUEXEC_BIN="/usr/local/apache2/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"