In message <CADED=k4onfzh9xvuklkmck2obo-egy7ul67rkwaborckliy...@mail.gmail.com>
, Steve Hay writes:
>Please download, test, and report back on this release candidate of
>the long-awaited mod_perl 2.0.9.
$ cat /etc/release
OmniOS v11 r151014
Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved.
Use is subject to license terms.
$ env
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
httpd -V
Server version: Apache/2.4.12 (Unix)
Server built: Jun 3 2015 08:47:59
Server's Module Magic Number: 20120211:41
Server loaded: APR 1.5.1, APR-UTIL 1.5.4
Compiled using: APR 1.5.1, APR-UTIL 1.5.4
Architecture: 64-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_PROC_PTHREAD_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=256
-D HTTPD_ROOT="/opt/apache24"
-D SUEXEC_BIN="/opt/apache24/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
$ env
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
perl -V
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
Platform:
osname=solaris, osvers=2.11, archname=i86pc-solaris-64
uname='sunos bernice 5.11 omnios-170cea2 i86pc i386 i86pc '
config_args='-Dprefix=/opt/apache24/perl-5.20.2 -Dcc=gcc -Duseshrplib
-Uusemymalc -Duselargefiles -Ubincompat5005 -Doptimize=-O3 -Duse64bitall'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-m64 -fwrapv -fno-strict-aliasing -pipe
-fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DPERL_USE_SAFE_PUTENV',
optimize='-O3',
cppflags='-m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.8.1', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -m64 -fstack-protector -L/usr/gnu/lib '
libpth=/opt/gcc-4.8.1/lib
/opt/gcc-4.8.1/lib/gcc/i386-pc-solaris2.11/4.8.1/include-fixed /usr/lib
/usr/gnu/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -R
/opt/apache24/perl-5.20.2/lib/5.20.2/i86pc-solaris-64/CORE'
cccdlflags='-fPIC', lddlflags=' -shared -m64 -L/usr/gnu/lib
-fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF
Built under solaris
Compiled at Jun 3 2015 09:23:58
@INC:
/opt/apache24/perl-5.20.2/lib/site_perl/5.20.2/i86pc-solaris-64
/opt/apache24/perl-5.20.2/lib/site_perl/5.20.2
/opt/apache24/perl-5.20.2/lib/5.20.2/i86pc-solaris-64
/opt/apache24/perl-5.20.2/lib/5.20.2
.
$ env
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
perl Makefile.PL MP_APXS=/opt/apache24/bin/apxs MP_NO_THREADS=1 MAKE=gmake
$ perl -i.bak -pe 's/LoadModule proxy_balancer_module/#LoadModule
proxy_balancer_module/' t/conf/httpd.conf
$ env
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
t/TEST
All tests successful.
Files=245, Tests=2566, 330 wallclock secs ( 2.35 usr 2.18 sys + 193.76 cusr
103.66 csys = 301.95 CPU)
Result: PASS
Thank you!
John
[email protected]