[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl
Subject:    [mp2] bug report
From:       "Frank San Filippo" <frank.modperl () gmail ! com>
Date:       2008-06-15 21:20:56
Message-ID: 2f0c88460806151420p73075917ia87279cd4a10cb18 () mail ! gmail ! com
[Download RAW message or body]

[Sun Jun 15 14:13:59 2008] [error] [client 127.0.0.1] user stas:
authentication
failure for "/": Password Mismatch
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting -
server pu
sh
END in modperl_extra.pl, pid=13461
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13443 is exiting
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13995 is exiting
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13443 is exiting -
server pu
sh
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13995 is exiting -
server pu
sh
END in TestModperl::print, pid=13995
END in modperl_extra.pl, pid=13443
END in modperl_extra.pl, pid=13995
[Sun Jun 15 14:14:01 2008] [info] removed PID file
/home/frank/mod_perl-2.0.4/t/
logs/httpd.pid (pid=13438)
[Sun Jun 15 14:14:01 2008] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=13438


1. Problem Description:
Failing 17 tests. Here's the end of the error log file:
Sun Jun 15 14:13:59 2008] [error] [client 127.0.0.1] user stas:
authentication
failure for "/": Password Mismatch
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting -
server pu
sh
END in modperl_extra.pl, pid=13461
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13443 is exiting
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13995 is exiting
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13443 is exiting -
server pu
sh
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13995 is exiting -
server pu
sh
END in TestModperl::print, pid=13995
END in modperl_extra.pl, pid=13443
END in modperl_extra.pl, pid=13995
[Sun Jun 15 14:14:01 2008] [info] removed PID file
/home/frank/mod_perl-2.0.4/t/
logs/httpd.pid (pid=13438)
[Sun Jun 15 14:14:01 2008] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=13438

List of failed tests:
Failed Test              Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/apr-ext/base64.t        255 65280    ??   ??       %  ??
t/apr-ext/brigade.t       255 65280    ??   ??       %  ??
t/apr-ext/bucket.t        255 65280    ??   ??       %  ??
t/apr-ext/date.t          255 65280    ??   ??       %  ??
t/apr-ext/error.t         255 65280    ??   ??       %  ??
t/apr-ext/finfo.t         255 65280    ??   ??       %  ??
t/apr-ext/os.t            255 65280    ??   ??       %  ??
t/apr-ext/pool.t          255 65280    ??   ??       %  ??
t/apr-ext/status.t        255 65280    ??   ??       %  ??
t/apr-ext/string.t        255 65280    ??   ??       %  ??
t/apr-ext/table.t         255 65280    ??   ??       %  ??
t/apr-ext/threadmutex.t   255 65280    ??   ??       %  ??
t/apr-ext/threadrwlock.t  255 65280    ??   ??       %  ??
t/apr-ext/uri.t           255 65280    ??   ??       %  ??
t/apr-ext/util.t          255 65280    ??   ??       %  ??
t/apr-ext/uuid.t          255 65280    ??   ??       %  ??
t/apr/constants.t         255 65280    ??   ??       %  ??
16 tests and 13 subtests skipped.
Failed 17/238 test scripts, 92.86% okay. 0/2122 subtests failed, 100.00%
okay.


2. Used Components and their Configuration:

*** mod_perl version 2.000004

*** using /home/frank/mod_perl-2.0.4/lib/Apache2/BuildConfig.pm

*** Makefile.PL options:
  MP_APR_LIB     => aprext
  MP_APXS        => /usr/local/apache2/bin/apxs
  MP_COMPAT_1X   => 1
  MP_GENERATE_XS => 1
  MP_LIBNAME     => mod_perl
  MP_USE_DSO     => 1


*** /usr/local/apache2/bin/httpd -V
Server version: Apache/2.2.9 (Unix)
Server built:   Jun 15 2008 13:45:39
Server's Module Magic Number: 20051115:15
Server loaded:  APR 1.3.0, APR-Util 1.3.0
Compiled using: APR 1.3.0, APR-Util 1.3.0
Architecture:   64-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_SYSVSEM_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"

*** /usr/bin/ldd /usr/local/apache2/bin/httpd
        libm.so.6 => /lib64/tls/libm.so.6 (0x0000003958700000)
        libaprutil-1.so.0 => /usr/local/apache2/lib/libaprutil-1.so.0
(0x0000002
a95577000)
        libexpat.so.0 => /usr/lib64/libexpat.so.0 (0x0000003959700000)
        libapr-1.so.0 => /usr/local/apache2/lib/libapr-1.so.0
(0x0000002a9569600
0)
        libuuid.so.1 => /lib64/libuuid.so.1 (0x0000002a957c1000)
        librt.so.1 => /lib64/tls/librt.so.1 (0x000000395c300000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x000000395f700000)
        libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000003958b00000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003958500000)
        libc.so.6 => /lib64/tls/libc.so.6 (0x0000003958200000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003958000000)


*** (apr|apu)-config linking info

 -L/usr/local/apache2/lib -laprutil-1  -lexpat
 -L/usr/local/apache2/lib -lapr-1 -luuid -lrt -lcrypt  -lpthread -ldl



*** /usr/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
  Platform:
    osname=linux, osvers=2.4.21-14.elsmp, archname=x86_64-linux-thread-multi
    uname='linux dolly.build.redhat.com 2.4.21-14.elsmp #1 smp wed apr 14
18:44:
22 edt 2004 x86_64 x86_64 x86_64 gnulinux '
    config_args='-des -Doptimize=-O2 -g -pipe -m64 -Dversion=5.8.5
-Dmyhostname=
localhost -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc.
-Dinstallpre
fix=/usr -Dprefix=/usr -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64
-Dprivlib=/us
r/lib/perl5/5.8.5 -Dsitelib=/usr/lib/perl5/site_perl/5.8.5
-Dvendorlib=/usr/lib/
perl5/vendor_perl/5.8.5
-Darchlib=/usr/lib64/perl5/5.8.5/x86_64-linux-thread-mul
ti -Dsitearch=/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi
-Dvendo
rarch=/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi
-Darchname=x8
6_64-linux -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads
-Duse
ithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm
-Di_gdbm -D
i_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl
-Ubincompat500
5 -Uversiononly -Dpager=/usr/bin/less -isr -Dinc_version_list=5.8.4 5.8.3
5.8.2
5.8.1 5.8.0'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=de
fine
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING
-fno-strict-alias
ing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr
/include/gdbm',
    optimize='-O2 -g -pipe -m64',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing
-pipe
-I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='3.4.3 20041125 (Red Hat 3.4.3-6.EL4)',
gccosandver
s=''
    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 =''
    libpth=/usr/local/lib64 /lib64 /usr/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.3.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.3.3'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-rpath,
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared'


Characteristics of this binary (from libperl):
  Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS USE_64_BIT_INT
USE_6
4_BIT_ALL USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
  Built under linux
  Compiled at Dec  1 2004 14:28:52
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi
    /usr/lib/perl5/5.8.5
    /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi
    /usr/lib64/perl5/site_perl/5.8.4/x86_64-linux-thread-multi
    /usr/lib64/perl5/site_perl/5.8.3/x86_64-linux-thread-multi
    /usr/lib64/perl5/site_perl/5.8.2/x86_64-linux-thread-multi
    /usr/lib64/perl5/site_perl/5.8.1/x86_64-linux-thread-multi
    /usr/lib64/perl5/site_perl/5.8.0/x86_64-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.5
    /usr/lib/perl5/site_perl/5.8.4
    /usr/lib/perl5/site_perl/5.8.3
    /usr/lib/perl5/site_perl/5.8.2
    /usr/lib/perl5/site_perl/5.8.1
    /usr/lib/perl5/site_perl/5.8.0
    /usr/lib/perl5/site_perl
    /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi
    /usr/lib64/perl5/vendor_perl/5.8.4/x86_64-linux-thread-multi
    /usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi
    /usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi
    /usr/lib64/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi
    /usr/lib64/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.5
    /usr/lib/perl5/vendor_perl/5.8.4
    /usr/lib/perl5/vendor_perl/5.8.3
    /usr/lib/perl5/vendor_perl/5.8.2
    /usr/lib/perl5/vendor_perl/5.8.1
    /usr/lib/perl5/vendor_perl/5.8.0
    /usr/lib/perl5/vendor_perl
    .

*** Packages of interest status:

Apache2            : -
Apache2::Request   : -
CGI                : 3.05
ExtUtils::MakeMaker: 6.17
LWP                : 5.79, 5.803
mod_perl           : 1.30, 1.9916
mod_perl2          : -


3. This is the core dump trace: (if you get a core dump):

  [CORE TRACE COMES HERE]

This report was generated by t/REPORT on Sun Jun 15 19:33:19 2008 GMT.

[Attachment #3 (text/html)]

[Sun Jun 15 14:13:59 2008] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>] \
user stas: authentication <br>failure for &quot;/&quot;: Password Mismatch<br>[Sun \
                Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting - server \
pu<br>sh<br>END in modperl_extra.pl, pid=13461<br>[Sun Jun 15 14:14:01 2008] [info] \
Child process pid=13443 is exiting<br>[Sun Jun 15 14:14:01 2008] [info] Child process \
                pid=13995 is exiting<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13443 is exiting - server \
pu<br>sh<br>[Sun Jun 15 14:14:01 2008] [info] Child process pid=13995 is exiting - \
server pu<br>sh<br>END in TestModperl::print, pid=13995<br>END in modperl_extra.pl, \
pid=13443<br> END in modperl_extra.pl, pid=13995<br>[Sun Jun 15 14:14:01 2008] [info] \
removed PID file /home/frank/mod_perl-2.0.4/t/<br>logs/httpd.pid (pid=13438)<br>[Sun \
Jun 15 14:14:01 2008] [notice] caught SIGTERM, shutting down<br> END in \
modperl_extra.pl, pid=13438<br><br><br>1. Problem Description:<br>Failing 17 tests. \
Here&#39;s the end of the error log file:<br>Sun Jun 15 14:13:59 2008] [error] \
[client <a href="http://127.0.0.1">127.0.0.1</a>] user stas: authentication <br>

failure for &quot;/&quot;: Password Mismatch<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13461 is exiting - server pu<br>
sh<br>
END in modperl_extra.pl, pid=13461<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13443 is exiting<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13995 is exiting<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13443 is exiting - server pu<br>
sh<br>
[Sun Jun 15 14:14:01 2008] [info] Child process pid=13995 is exiting - server pu<br>
sh<br>
END in TestModperl::print, pid=13995<br>
END in modperl_extra.pl, pid=13443<br>
END in modperl_extra.pl, pid=13995<br>
[Sun Jun 15 14:14:01 2008] [info] removed PID file /home/frank/mod_perl-2.0.4/t/<br>
logs/httpd.pid (pid=13438)<br>
[Sun Jun 15 14:14:01 2008] [notice] caught SIGTERM, shutting down<br>
END in modperl_extra.pl, pid=13438<br><br>List of failed tests:<br>Failed \
Test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Stat Wstat Total Fail&nbsp; Failed&nbsp; List of \
Failed<br>-------------------------------------------------------------------------------<br>
 t/apr-ext/base64.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/brigade.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/bucket.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/date.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br> t/apr-ext/error.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/finfo.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/os.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
%&nbsp; ??<br>t/apr-ext/pool.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
%&nbsp; ??<br> t/apr-ext/status.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/string.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/table.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>t/apr-ext/threadmutex.t&nbsp;&nbsp; 255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; \
??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; ??<br> t/apr-ext/threadrwlock.t&nbsp; \
255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
%&nbsp; ??<br>t/apr-ext/uri.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
%&nbsp; ??<br>t/apr-ext/util.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
%&nbsp; ??<br>t/apr-ext/uuid.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
255 65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
%&nbsp; ??<br> t/apr/constants.t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255 \
65280&nbsp;&nbsp;&nbsp; ??&nbsp;&nbsp; ??&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %&nbsp; \
??<br>16 tests and 13 subtests skipped.<br>Failed 17/238 test scripts, 92.86% okay. \
0/2122 subtests failed, 100.00% okay.<br><br><br>2. Used Components and their \
Configuration:<br> <br>*** mod_perl version 2.000004<br><br>*** using \
/home/frank/mod_perl-2.0.4/lib/Apache2/BuildConfig.pm<br><br>*** Makefile.PL \
options:<br>&nbsp; MP_APR_LIB&nbsp;&nbsp;&nbsp;&nbsp; =&gt; aprext<br>&nbsp; \
MP_APXS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; \
/usr/local/apache2/bin/apxs<br> &nbsp; MP_COMPAT_1X&nbsp;&nbsp; =&gt; 1<br>&nbsp; \
MP_GENERATE_XS =&gt; 1<br>&nbsp; MP_LIBNAME&nbsp;&nbsp;&nbsp;&nbsp; =&gt; \
mod_perl<br>&nbsp; MP_USE_DSO&nbsp;&nbsp;&nbsp;&nbsp; =&gt; 1<br><br><br>*** \
/usr/local/apache2/bin/httpd -V<br>Server version: Apache/2.2.9 (Unix)<br>Server \
built:&nbsp;&nbsp; Jun 15 2008 13:45:39<br> Server&#39;s Module Magic Number: \
20051115:15<br>Server loaded:&nbsp; APR 1.3.0, APR-Util 1.3.0<br>Compiled using: APR \
1.3.0, APR-Util 1.3.0<br>Architecture:&nbsp;&nbsp; 64-bit<br>Server \
MPM:&nbsp;&nbsp;&nbsp;&nbsp; Prefork<br>&nbsp; threaded:&nbsp;&nbsp;&nbsp;&nbsp; \
no<br>&nbsp;&nbsp;&nbsp; forked:&nbsp;&nbsp;&nbsp;&nbsp; yes (variable process \
count)<br> Server compiled with....<br>&nbsp;-D \
APACHE_MPM_DIR=&quot;server/mpm/prefork&quot;<br>&nbsp;-D \
APR_HAS_SENDFILE<br>&nbsp;-D APR_HAS_MMAP<br>&nbsp;-D APR_HAVE_IPV6 (IPv4-mapped \
addresses enabled)<br>&nbsp;-D APR_USE_SYSVSEM_SERIALIZE<br>&nbsp;-D \
APR_USE_PTHREAD_SERIALIZE<br> &nbsp;-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT<br>&nbsp;-D \
APR_HAS_OTHER_CHILD<br>&nbsp;-D AP_HAVE_RELIABLE_PIPED_LOGS<br>&nbsp;-D \
DYNAMIC_MODULE_LIMIT=128<br>&nbsp;-D \
HTTPD_ROOT=&quot;/usr/local/apache2&quot;<br>&nbsp;-D \
SUEXEC_BIN=&quot;/usr/local/apache2/bin/suexec&quot;<br> &nbsp;-D \
DEFAULT_PIDLOG=&quot;logs/httpd.pid&quot;<br>&nbsp;-D \
DEFAULT_SCOREBOARD=&quot;logs/apache_runtime_status&quot;<br>&nbsp;-D \
DEFAULT_LOCKFILE=&quot;logs/accept.lock&quot;<br>&nbsp;-D \
DEFAULT_ERRORLOG=&quot;logs/error_log&quot;<br>&nbsp;-D \
AP_TYPES_CONFIG_FILE=&quot;conf/mime.types&quot;<br> &nbsp;-D \
SERVER_CONFIG_FILE=&quot;conf/httpd.conf&quot;<br><br>*** /usr/bin/ldd \
/usr/local/apache2/bin/httpd<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libm.so.6 \
=&gt; /lib64/tls/libm.so.6 \
(0x0000003958700000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libaprutil-1.so.0 \
=&gt; /usr/local/apache2/lib/libaprutil-1.so.0 (0x0000002<br> \
a95577000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libexpat.so.0 =&gt; \
/usr/lib64/libexpat.so.0 \
(0x0000003959700000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libapr-1.so.0 \
=&gt; /usr/local/apache2/lib/libapr-1.so.0 \
(0x0000002a9569600<br>0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libuuid.so.1 \
=&gt; /lib64/libuuid.so.1 (0x0000002a957c1000)<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; librt.so.1 =&gt; /lib64/tls/librt.so.1 \
(0x000000395c300000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libcrypt.so.1 \
=&gt; /lib64/libcrypt.so.1 \
(0x000000395f700000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libpthread.so.0 \
=&gt; /lib64/tls/libpthread.so.0 (0x0000003958b00000)<br> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libdl.so.2 =&gt; /lib64/libdl.so.2 \
(0x0000003958500000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libc.so.6 =&gt; \
/lib64/tls/libc.so.6 \
(0x0000003958200000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
/lib64/ld-linux-x86-64.so.2 (0x0000003958000000)<br><br><br>*** (apr|apu)-config \
linking info<br> <br>&nbsp;-L/usr/local/apache2/lib -laprutil-1&nbsp; -lexpat \
<br>&nbsp;-L/usr/local/apache2/lib -lapr-1 -luuid -lrt -lcrypt&nbsp; -lpthread -ldl \
<br><br><br><br>*** /usr/bin/perl -V<br>Summary of my perl5 (revision 5 version 8 \
subversion 5) configuration:<br> &nbsp; Platform:<br>&nbsp;&nbsp;&nbsp; osname=linux, \
osvers=2.4.21-14.elsmp, archname=x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
uname=&#39;linux <a href="http://dolly.build.redhat.com">dolly.build.redhat.com</a> \
2.4.21-14.elsmp #1 smp wed apr 14 18:44:<br> 22 edt 2004 x86_64 x86_64 x86_64 \
gnulinux &#39;<br>&nbsp;&nbsp;&nbsp; config_args=&#39;-des -Doptimize=-O2 -g -pipe \
-m64 -Dversion=5.8.5 -Dmyhostname=<br>localhost -Dperladmin=root@localhost -Dcc=gcc \
-Dcf_by=Red Hat, Inc. -Dinstallpre<br> fix=/usr -Dprefix=/usr \
-Dlibpth=/usr/local/lib64 /lib64 /usr/lib64 -Dprivlib=/us<br>r/lib/perl5/5.8.5 \
-Dsitelib=/usr/lib/perl5/site_perl/5.8.5 \
-Dvendorlib=/usr/lib/<br>perl5/vendor_perl/5.8.5 \
-Darchlib=/usr/lib64/perl5/5.8.5/x86_64-linux-thread-mul<br> ti \
-Dsitearch=/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi \
-Dvendo<br>rarch=/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi \
-Darchname=x8<br>6_64-linux -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib \
-Dusethreads -Duse<br> ithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db \
-Ui_ndbm -Di_gdbm -D<br>i_shadow -Di_syslog -Dman3ext=3pm -Duseperlio \
-Dinstallusrbinperl -Ubincompat500<br>5 -Uversiononly -Dpager=/usr/bin/less -isr \
-Dinc_version_list=5.8.4 5.8.3 5.8.2 <br> 5.8.1 5.8.0&#39;<br>&nbsp;&nbsp;&nbsp; \
hint=recommended, useposix=true, d_sigaction=define<br>&nbsp;&nbsp;&nbsp; \
usethreads=define use5005threads=undef useithreads=define \
usemultiplicity=de<br>fine<br>&nbsp;&nbsp;&nbsp; useperlio=define d_sfio=undef \
uselargefiles=define usesocks=undef<br> &nbsp;&nbsp;&nbsp; use64bitint=define \
use64bitall=define uselongdouble=undef<br>&nbsp;&nbsp;&nbsp; usemymalloc=n, \
bincompat5005=undef<br>&nbsp; Compiler:<br>&nbsp;&nbsp;&nbsp; cc=&#39;gcc&#39;, \
ccflags =&#39;-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-alias<br>ing -pipe \
                -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
                -I/usr<br>
/include/gdbm&#39;,<br>&nbsp;&nbsp;&nbsp; optimize=&#39;-O2 -g -pipe \
-m64&#39;,<br>&nbsp;&nbsp;&nbsp; cppflags=&#39;-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING \
-fno-strict-aliasing -pipe <br>-I/usr/local/include \
-I/usr/include/gdbm&#39;<br>&nbsp;&nbsp;&nbsp; ccversion=&#39;&#39;, \
gccversion=&#39;3.4.3 20041125 (Red Hat 3.4.3-6.EL4)&#39;, gccosandver<br> \
s=&#39;&#39;<br>&nbsp;&nbsp;&nbsp; intsize=4, longsize=8, ptrsize=8, doublesize=8, \
byteorder=12345678<br>&nbsp;&nbsp;&nbsp; d_longlong=define, longlongsize=8, \
d_longdbl=define, longdblsize=16<br>&nbsp;&nbsp;&nbsp; ivtype=&#39;long&#39;, \
ivsize=8, nvtype=&#39;double&#39;, nvsize=8, Off_t=&#39;off_t&#39;, lseeksize<br> \
=8<br>&nbsp;&nbsp;&nbsp; alignbytes=8, prototype=define<br>&nbsp; Linker and \
Libraries:<br>&nbsp;&nbsp;&nbsp; ld=&#39;gcc&#39;, ldflags \
=&#39;&#39;<br>&nbsp;&nbsp;&nbsp; libpth=/usr/local/lib64 /lib64 \
/usr/lib64<br>&nbsp;&nbsp;&nbsp; libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil \
-lpthread -lc<br> &nbsp;&nbsp;&nbsp; perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread \
-lc<br>&nbsp;&nbsp;&nbsp; libc=/lib/<a href="http://libc-2.3.3.so">libc-2.3.3.so</a>, \
so=so, useshrplib=true, libperl=libperl.so<br>&nbsp;&nbsp;&nbsp; \
gnulibc_version=&#39;2.3.3&#39;<br>&nbsp; Dynamic Linking:<br> &nbsp;&nbsp;&nbsp; \
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=&#39;-Wl,-E \
-Wl,-rpath,<br>/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/CORE&#39;<br>&nbsp;&nbsp;&nbsp; \
cccdlflags=&#39;-fPIC&#39;, lddlflags=&#39;-shared&#39;<br><br><br> Characteristics \
of this binary (from libperl): <br>&nbsp; Compile-time options: DEBUGGING \
MULTIPLICITY USE_ITHREADS USE_64_BIT_INT USE_6<br>4_BIT_ALL USE_LARGE_FILES \
PERL_IMPLICIT_CONTEXT<br>&nbsp; Built under linux<br>&nbsp; Compiled at Dec&nbsp; 1 \
2004 14:28:52<br> &nbsp; %ENV:<br>&nbsp;&nbsp;&nbsp; \
PERL_LWP_USE_HTTP_10=&quot;1&quot;<br>&nbsp; @INC:<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/5.8.5<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/site_perl/5.8.4/x86_64-linux-thread-multi<br> &nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/site_perl/5.8.3/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/site_perl/5.8.2/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/site_perl/5.8.1/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/site_perl/5.8.0/x86_64-linux-thread-multi<br> &nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/site_perl/5.8.5<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/site_perl/5.8.4<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/site_perl/5.8.3<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/site_perl/5.8.2<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/site_perl/5.8.1<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/site_perl/5.8.0<br> &nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/site_perl<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/vendor_perl/5.8.4/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi<br> &nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib64/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/vendor_perl/5.8.5<br> &nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/vendor_perl/5.8.4<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/vendor_perl/5.8.3<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/vendor_perl/5.8.2<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/vendor_perl/5.8.1<br>&nbsp;&nbsp;&nbsp; \
/usr/lib/perl5/vendor_perl/5.8.0<br>&nbsp;&nbsp;&nbsp; /usr/lib/perl5/vendor_perl<br> \
&nbsp;&nbsp;&nbsp; .<br><br>*** Packages of interest \
status:<br><br>Apache2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
: -<br>Apache2::Request&nbsp;&nbsp; : \
-<br>CGI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
: 3.05<br>ExtUtils::MakeMaker: \
6.17<br>LWP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
: 5.79, 5.803<br>mod_perl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
: 1.30, 1.9916<br> mod_perl2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : \
-<br><br><br>3. This is the core dump trace: (if you get a core dump):<br><br>&nbsp; \
[CORE TRACE COMES HERE]<br><br>This report was generated by t/REPORT on Sun Jun 15 \
19:33:19 2008 GMT.<br>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic