[joining two identical reports in one]

Brad Lanam wrote:
1. Problem Description:

apr-ext/uuid.t fails to run on Solaris x86.

    apr-ext/uuid....Can't load
    '/export/home/sadm/Work/mod_perl-1.99_12/t/../blib/arch/Apache2/auto/APR/APR.so'
    for module APR: ld.so.1: /usr/local/bin/perl: fatal: libapr-0.so.0: open
    failed: No such file or directory at
    /usr/local/lib/perl5/5.8.2/i86pc-solaris-thread-multi/DynaLoader.pm line
    229. at apr-ext/uuid.t line 25
    Compilation failed in require at apr-ext/uuid.t line 25.
    1..3
    # Running under perl version 5.008002 for solaris
    # Current time local: Wed Dec 24 12:15:07 2003
    # Current time GMT:   Wed Dec 24 20:15:07 2003
    # Using Test.pm version 1.24
    dubious
        Test returned status 255 (wstat 65280, 0xff00)
    DIED. FAILED tests 1-3
        Failed 3/3 tests, 0.00% okay
    Failed Test    Stat Wstat Total Fail  Failed  List of Failed
    -------------------------------------------------------------------------------
    apr-ext/uuid.t  255 65280     3    6 200.00%  1-3
    *** server localhost:8529 shutdown
    !!! error running tests (please examine t/logs/error_log)
    +--------------------------------------------------------+
    | Please file a bug report: http://perl.apache.org/bugs/ |
    +--------------------------------------------------------+
    *** Error code 1
    make: Fatal error: Command failed for target `run_tests'

ldd `find . -name 'APR.so' -print`
        libapr-0.so.0 =>         (file not found)
        libsendfile.so.1 =>      /usr/lib/libsendfile.so.1
        librt.so.1 =>    /usr/lib/librt.so.1
        libm.so.1 =>     /usr/lib/libm.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libresolv.so.2 =>        /usr/lib/libresolv.so.2
        libpthread.so.1 =>       /usr/lib/libpthread.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libaprutil-0.so.0 =>     (file not found)
        libexpat.so.0 =>         /usr/local/lib/libexpat.so.0
        libc.so.1 =>     /usr/lib/libc.so.1
        libaio.so.1 =>   /usr/lib/libaio.so.1
        libmd5.so.1 =>   /usr/lib/libmd5.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libthread.so.1 =>        /usr/lib/libthread.so.1

Can you please run:


% grep DMP_HAVE_APR_LIBS Makefile

You probably have 'DEFINE = -DMP_HAVE_APR_LIBS'

Next, can you please add debug statements to get_DEFINE() in the top level Makefile.PL, dumping the value of @apr_libs

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


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



Reply via email to