-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

OS: AIX 4.3.3
I am unable to successfully run make test. Due to permission issues I'm
running the Makefile.PL, make, and make test as nobody and plan the run
make install as root. I've been able to start and stop the httpd
directly as nobody and the Makefile.PL and make seemed to go fine. It
appears that I'm unable to start the httpd. I'm planning on testing with
an httpd without SSL just in case that maybe the problem. Any
suggestions would be great!

Output from make test:
        cd "src/modules/perl" && make
Target "all" is up to date.
        /usr/local/bin/perl -Iblib/arch -Iblib/lib  t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/bin/perl
/usr/local/source/mod_perl-2.0.0/t/TEST
 -clean
        APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT=
APACHE_TEST_USER
= APACHE_TEST_APXS=  /usr/local/bin/perl -Iblib/arch -Iblib/lib  t/TEST
-bugrepo
rt -verbose=0 
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/local/bin/perl
/usr/local/source/mod_perl-2.0.0/t/TEST
 -bugreport -verbose=0
/apacheDev/bin/httpd  -d /usr/local/source/mod_perl-2.0.0/t -f
/usr/local/source
/mod_perl-2.0.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS
using Apache/2.0.53 (prefork MPM)

waiting 120 seconds for server to start: ...[Mon Jun 13 13:15:24 2005]
[info] 6 
Apache2:: modules loaded
[Mon Jun 13 13:15:24 2005] [info] 0 APR:: modules loaded
[Mon Jun 13 13:15:24 2005] [info] base server + 27 vhosts ready to run
tests
........................................................................
........
.......................................
waiting 120 seconds for server to start: not ok
[  error] giving up after 121 secs. If you think that your system
is slow or overloaded try again with a longer timeout value.
by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT
to a high value (e.g. 420) and repeat the last command.

[  error] server failed to start! (please examine t/logs/error_log)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: 1254-004 The error code from the last command is 1.


Stop.
.

File: t/logs/error_log
[Mon Jun 13 13:15:30 2005] [info] Init: Initializing OpenSSL library
[Mon Jun 13 13:15:30 2005] [info] Init: Seeding PRNG with 0 bytes of
entropy
[Mon Jun 13 13:15:30 2005] [info] Init: Generating temporary RSA private
keys (5
12/1024 bits)
[Mon Jun 13 13:15:34 2005] [info] Init: Generating temporary DH
parameters (512/
1024 bits)
[Mon Jun 13 13:15:34 2005] [warn] Init: Session Cache is not configured
[hint: S
SLSessionCache]
[Mon Jun 13 13:15:34 2005] [info] Init: Initializing (virtual) servers
for SSL
[Mon Jun 13 13:15:34 2005] [info] Server: Apache/2.0.53, Interface:
mod_ssl/2.0.
53, Library: OpenSSL/0.9.7b
END in modperl_extra.pl, pid=14264


2. Used Components and their Configuration:

*** mod_perl version 2.000000

*** using /usr/local/source/mod_perl-2.0.0/lib/Apache2/BuildConfig.pm

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


*** /apacheDev/bin/httpd -V
Server version: Apache/2.0.53
Server built:   Apr  5 2005 08:32:27
Server's Module Magic Number: 20020903:9
Architecture:   32-bit
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 HTTPD_ROOT="/apacheDev"
 -D SUEXEC_BIN="/apacheDev/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"


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

 -L/apacheDev/lib -laprutil-0 -lexpat -liconv
 -L/apacheDev/lib -lapr-0 -lm -lnsl  -lpthread



*** /usr/opt/perl5.8.6/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=aix, osvers=4.3.3.0, archname=aix-thread-multi
    uname='aix sbctss2 3 4 000186704c00 '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc_r', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT
-I/usr/local/include -q32 -D_LARGE_FILES -qlonglong',
    optimize='-O',
    cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=-1
-qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT
-I/usr/local/include'
    ccversion='4.4.0.3', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='ld', ldflags =' -brtl -L/usr/local/lib -b32'
    libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
    libs=-lbind -lnsl -ldbm -ldl -lld -lm -lcrypt -lpthreads -lc_r -lbsd
    perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lpthreads -lc_r -lbsd
    libc=, so=a, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='
-bE:/usr/opt/perl5.8.6/lib/5.8.6/aix-thread-multi/CORE/perl.exp'
    cccdlflags=' ', lddlflags='-bhalt:4 -bexpall -G -bnoentry -lpthreads
-lc_r -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
  Built under aix
  Compiled at Apr 26 2005 13:38:36
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /usr/opt/perl5.8.6/lib/5.8.6/aix-thread-multi
    /usr/opt/perl5.8.6/lib/5.8.6
    /usr/opt/perl5.8.6/lib/site_perl/5.8.6/aix-thread-multi
    /usr/opt/perl5.8.6/lib/site_perl/5.8.6
    /usr/opt/perl5.8.6/lib/site_perl
    .

*** Packages of interest status:

Apache2            : -
Apache2::Request   : -
CGI                : 3.05
ExtUtils::MakeMaker: 6.17
LWP                : 5.803
mod_perl           : -
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 Mon Jun 13 17:54:10 2005 GMT.

-------------8<---------- End Bug Report --------------8<----------

Note: Complete the rest of the details and post this bug report to
modperl <at> perl.apache.org. To subscribe to the list send an empty
email to [EMAIL PROTECTED]

Todd E. O'Dell
Network Services ( DATA )
Room 1118
500 E. 8th
Kansas City, MO 64106
Office: (816)275-3626
Alpha Page: [EMAIL PROTECTED]
[EMAIL PROTECTED]
Rigidity and inflexibility are forever the enemy of ingenuity and
creativity. -- Teodor Zlatanov


Reply via email to