You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by tw...@library.ho.lucent.com on 2003/12/31 17:01:26 UTC

mp2 apr-ext/uuid test failed

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

  I'm glad to report that the 'make test' starts my httpd server ok now.
	(apache 2.0.48, solaris 8, gcc 3.3.1, and perl 5.8.2)

  However I got the following errors:
  apr-ext/uuid......................Can't load
   '/s5/twh/papache/httpd-2.0.48/modperl-2.0/t/..\
    /blib/arch/Apache2/auto/APR/APR.so' for module APR: ld.so.1:
    /opt1/perl580/bin/perl: fatal: libapr-0.so.0: open failed:
    No such file or directory at
    /opt1/perl580/lib/5.8.2/sun4-solaris/DynaLoader.pm line 229.
     at apr-ext/uuid.t line 25
    Compilation failed in require at apr-ext/uuid.t line 25.  dubious
        Test returned status 255 (wstat 65280, 0xff00)
        DIED. FAILED tests 1-3
        Failed 3/3 tests, 0.00% okay

   The APR.so exists, but not libapr-0.so.0.
   Any suggestions?
 
2. Used Components and their Configuration:

*** mod_perl version 1.9913

*** using lib/Apache/BuildConfig.pm
*** Makefile.PL options:
  MP_APXS         => /s5/twh/apache2/bin/apxs
  MP_AP_PREFIX    => /s5/twh/apache2
  MP_COMPAT_1X    => 1
  MP_DEBUG        => 1
  MP_GENERATE_XS  => 1
  MP_INST_APACHE2 => 1
  MP_LIBNAME      => mod_perl
  MP_TRACE        => 1
  MP_USE_DSO      => 1
  MP_USE_STATIC   => 


*** /s5/twh/apache2/bin/httpd -V
Server version: Apache/2.0.48
Server built:   Dec 30 2003 14:27:09
Server's Module Magic Number: 20020903:4
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -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 HTTPD_ROOT="/s5/twh/apache2"
 -D SUEXEC_BIN="/s5/twh/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"


*** /opt1/perl580/bin/perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 2) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris
    uname='sunos ln 5.8 generic_108528-18 sun4u sparc '
    config_args='-Dcc=gcc -B/usr/ccs/bin/ -Dprefix=/opt1/perl580'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc -B/usr/ccs/bin/', ccflags ='-fno-strict-aliasing -I/opt/exp/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-fno-strict-aliasing -I/opt/exp/gnu/include'
    ccversion='', gccversion='3.3.1', gccosandvers='solaris2.8'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc -B/usr/ccs/bin/', ldflags =' '
    libpth=/opt/exp/gnu/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldb -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-E'
    cccdlflags='-fPIC', lddlflags=' -Wl,-E -G'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_LARGE_FILES
  Built under solaris
  Compiled at Nov 26 2003 09:50:06
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /opt1/perl580/lib/5.8.2/sun4-solaris
    /opt1/perl580/lib/5.8.2
    /opt1/perl580/lib/site_perl/5.8.2/sun4-solaris
    /opt1/perl580/lib/site_perl/5.8.2
    /opt1/perl580/lib/site_perl
    .

*** Packages of interest status:

Apache::Request: -
CGI            : 3.01
LWP            : 5.76
mod_perl       : 1.29


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 Wed Dec 31 14:24:22 2003 GMT.

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

Note: Complete the rest of the details and post this bug report to
dev <at> perl.apache.org. To subscribe to the list send an empty
email to dev-subscribe@perl.apache.org.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: mp2 apr-ext/uuid test failed

Posted by Stas Bekman <st...@stason.org>.
Tulan W. Hu wrote:
> ---- Original Message -----
> From: "Stas Bekman" <st...@stason.org>
> 
>>twhu@lucent.com wrote:
>>
>>>-------------8<---------- Start Bug Report ------------8<----------
>>>1. Problem Description:
>>>
>>>  I'm glad to report that the 'make test' starts my httpd server ok now.
>>>(apache 2.0.48, solaris 8, gcc 3.3.1, and perl 5.8.2)
>>>
>>>  However I got the following errors:
>>>  apr-ext/uuid......................Can't load
>>>   '/s5/twh/papache/httpd-2.0.48/modperl-2.0/t/..\
>>>    /blib/arch/Apache2/auto/APR/APR.so' for module APR: ld.so.1:
>>>    /opt1/perl580/bin/perl: fatal: libapr-0.so.0: open failed:
>>>    No such file or directory at
>>>    /opt1/perl580/lib/5.8.2/sun4-solaris/DynaLoader.pm line 229.
>>>     at apr-ext/uuid.t line 25
>>>    Compilation failed in require at apr-ext/uuid.t line 25.  dubious
>>>        Test returned status 255 (wstat 65280, 0xff00)
>>>        DIED. FAILED tests 1-3
>>>        Failed 3/3 tests, 0.00% okay
>>>
>>>   The APR.so exists, but not libapr-0.so.0.
>>>   Any suggestions?
>>
>>OK, Please test with the current cvs, Brad has gotten it worked out:
>>
> 
> http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_
> Distribution
> 
> It's great and looks fine to me. Attached is the output from the make test.
> Thanks so much for your help!

Thanks for the confirmation, Tulan.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: mp2 apr-ext/uuid test failed

Posted by "Tulan W. Hu" <tw...@lucent.com>.
---- Original Message -----
From: "Stas Bekman" <st...@stason.org>

> twhu@lucent.com wrote:
> > -------------8<---------- Start Bug Report ------------8<----------
> > 1. Problem Description:
> >
> >   I'm glad to report that the 'make test' starts my httpd server ok now.
> > (apache 2.0.48, solaris 8, gcc 3.3.1, and perl 5.8.2)
> >
> >   However I got the following errors:
> >   apr-ext/uuid......................Can't load
> >    '/s5/twh/papache/httpd-2.0.48/modperl-2.0/t/..\
> >     /blib/arch/Apache2/auto/APR/APR.so' for module APR: ld.so.1:
> >     /opt1/perl580/bin/perl: fatal: libapr-0.so.0: open failed:
> >     No such file or directory at
> >     /opt1/perl580/lib/5.8.2/sun4-solaris/DynaLoader.pm line 229.
> >      at apr-ext/uuid.t line 25
> >     Compilation failed in require at apr-ext/uuid.t line 25.  dubious
> >         Test returned status 255 (wstat 65280, 0xff00)
> >         DIED. FAILED tests 1-3
> >         Failed 3/3 tests, 0.00% okay
> >
> >    The APR.so exists, but not libapr-0.so.0.
> >    Any suggestions?
>
> OK, Please test with the current cvs, Brad has gotten it worked out:
>
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_
Distribution
>
It's great and looks fine to me. Attached is the output from the make test.
Thanks so much for your help!

Tulan

Re: mp2 apr-ext/uuid test failed

Posted by Stas Bekman <st...@stason.org>.
twh@library.ho.lucent.com wrote:
> -------------8<---------- Start Bug Report ------------8<----------
> 1. Problem Description:
> 
>   I'm glad to report that the 'make test' starts my httpd server ok now.
> 	(apache 2.0.48, solaris 8, gcc 3.3.1, and perl 5.8.2)
> 
>   However I got the following errors:
>   apr-ext/uuid......................Can't load
>    '/s5/twh/papache/httpd-2.0.48/modperl-2.0/t/..\
>     /blib/arch/Apache2/auto/APR/APR.so' for module APR: ld.so.1:
>     /opt1/perl580/bin/perl: fatal: libapr-0.so.0: open failed:
>     No such file or directory at
>     /opt1/perl580/lib/5.8.2/sun4-solaris/DynaLoader.pm line 229.
>      at apr-ext/uuid.t line 25
>     Compilation failed in require at apr-ext/uuid.t line 25.  dubious
>         Test returned status 255 (wstat 65280, 0xff00)
>         DIED. FAILED tests 1-3
>         Failed 3/3 tests, 0.00% okay
> 
>    The APR.so exists, but not libapr-0.so.0.
>    Any suggestions?

OK, Please test with the current cvs, Brad has gotten it worked out:
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org