You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2004/01/03 02:30:53 UTC

Re: mp2 apr-ext/uuid test failed

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


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