Doug MacEachern <[EMAIL PROTECTED]> wrote:
>hopefully today.  i'm doing some more testing, there's a snapshot here if 
>anybody wants to test:
>http://perl.apache.org/~dougm/mod_perl-1.99_01-dev.tar.gz
>
>please report test results and perl -V if you have a chance.  thanks.

Executive summary: perl 5.6.1, apache 2.0.35, freebsd 4.3; make test
                   was successful

I haven't gone beyond the `make test' stage yet.  At least we know
the above combination should be able to pass the tests :/

The results here are from my second successful `make test' run.  The
first did not show the `unexpectedly succeeded' line.

% perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=freebsd, osvers=4.3-20010721-stable, archname=i386-freebsd
    uname='freebsd noname.tamu.edu 4.3-20010721-stable freebsd 4.3-20010721-stable #0: 
sat jul 21 14:19:28 gmt 2001
[EMAIL PROTECTED]:usrsrcsyscompilegeneric i386 '
    config_args='-sde -Dprefix=/usr/local 
-Darchlib=/usr/local/lib/perl5/5.6.1/i386-freebsd
-Dprivlib=/usr/local/lib/perl5/5.6.1 -Dman3dir=/usr/local/lib/perl5/5.6.1/man/man3
-Dsitearch=/usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd 
-Dsitelib=/usr/local/lib/perl5/site_perl/5.6.1'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include',
    optimize='-O -pipe ',
    cppflags='-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='2.95.3 [FreeBSD] 20010315 (release)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-ldb -lm -lc -lcrypt -lutil
    perllibs=-lm -lc -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_LARGE_FILES
  Built under freebsd
  Compiled at Sep 22 2001 16:36:07
  @INC:
    /usr/local/lib/perl5/5.6.1/i386-freebsd
    /usr/local/lib/perl5/5.6.1
    /usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd
    /usr/local/lib/perl5/site_perl/5.6.1
    /usr/local/lib/perl5/site_perl/5.005/i386-freebsd
    /usr/local/lib/perl5/site_perl/5.005
    /usr/local/lib/perl5/site_perl
    .

% /usr/local/apache2/bin/httpd -V
Server version: Apache/2.0.35
Server built:   Apr  6 2002 12:39:22
Server's Module Magic Number: 20020329:0
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
 -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 HTTPD_ROOT="/usr/local/apache2"
 -D SUEXEC_BIN="/usr/local/apache2/bin/suexec"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

% make test APXS=/usr/local/apache2/bin/apxs 2>&1 > test.results
*** : cannot build c-modules without apxs
*** : server localhost:8529 shutdown

% cat test.results
cd "src/modules/perl" && make
/usr/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2  t/TEST -clean
APACHE_USER= APXS=/usr/local/apache2/bin/apxs APACHE_PORT= APACHE_GROUP= APACHE=
  /usr/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2  t/TEST
/usr/local/apache2/bin/httpd  -d /data/software/mod_perl-1.99_01-dev/t -f /data/
software/mod_perl-1.99_01-dev/t/conf/httpd.conf -DAPACHE2
using Apache/2.0.35 (prefork MPM)

waiting for server to start: ok (waited 0 secs)
server localhost:8529 started
server localhost:8530 listening (TestDirective::perlmodule)
server localhost:8531 listening (TestDirective::perlrequire)
server localhost:8532 listening (TestProtocol::echo_filter)
server localhost:8533 listening (TestProtocol::echo)
server localhost:8534 listening (TestFilter::input_msg)
apache/cgihandler........ok
apache/compat............ok
apache/compat2...........ok
apache/conftree..........ok
apache/constants.........ok
apache/post..............ok
apache/read..............ok
apache/scanhdrs..........ok
apache/subprocess........ok, 1/4 unexpectedly succeeded
apache/write.............ok
api/access...............ok
api/aplog................ok
api/conn_rec.............ok
api/lookup_uri...........ok
api/lookup_uri2..........ok
api/module...............ok
api/r_subclass...........ok
api/request_rec..........ok
api/response.............ok
api/rutil................ok
api/send_fd..............ok
api/sendfile.............ok
api/server_rec...........ok
api/server_util..........ok
api/uri..................ok
apr/base64...............ok
apr/constants............ok
apr/date.................ok
apr/netlib...............ok
apr/perlio...............skipped: iolayers is not available with this version of
 Perl
apr/pool.................ok
apr/string...............ok
apr/table................ok
apr/uuid.................ok
directive/env............ok
directive/perlmodule.....ok
directive/perlrequire....ok
directive/setupenv.......ok
filter/api...............ok
filter/buckets...........ok
filter/input_body........ok
filter/input_msg.........ok
filter/lc................ok
filter/reverse...........ok
hooks/access.............ok
hooks/authen.............ok
hooks/authz..............ok
hooks/fixup..............ok
hooks/headerparser.......ok
hooks/init...............ok
hooks/trans..............ok
modperl/dir_config.......ok
modperl/endav............ok
modperl/env..............ok
modperl/exit.............ok
modperl/getc.............ok
modperl/pnotes...........ok
modperl/print............ok
modperl/printf...........ok
modperl/readline.........ok
modperl/sameinterp.......ok
modules/cgi..............ok
modules/cgiupload........ok
modules/include..........ok
protocol/echo............ok
protocol/echo_filter.....ok
All tests successful (1 subtest UNEXPECTEDLY SUCCEEDED), 1 test skipped.
Files=66, Tests=420, 56 wallclock secs (17.58 cusr +  2.88 csys = 20.45 CPU)

-- 
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to