On Wed, Dec 31, 2003 at 12:42:56PM -0800, Stas Bekman wrote:
> 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
> Can you please run:
>
> % grep DMP_HAVE_APR_LIBS Makefile
>
> You probably have 'DEFINE = -DMP_HAVE_APR_LIBS'

    Yes.

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

=== apr_libs: -L/export/apache2_dev/lib -lapr-0
  -L/export/apache2_dev/lib -laprutil-0

    I would normally say it needs the -R.../lib for Solaris,
    but an installation may have multiple apache servers installed,
    so some magic w/LD_LIBRARY_PATH or LD_RUN_PATH needs to be done.

    -- Brad

--
   -- Brad Lanam      [EMAIL PROTECTED]

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

Reply via email to