You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Joe Schaefer <jo...@sunstarsys.com> on 2006/01/04 16:39:01 UTC

[Guest via RT] [cpan #16874] can't make glue/perl test

This message about libapreq2 was sent to you by guest <> via rt.cpan.org

Full context and any attached attachments can be found at:
<URL: https://rt.cpan.org/Ticket/Display.html?id=16874 >

[guest - Mon Jan  2 16:57:38 2006]:

> Can't pass the t/apreq/cgi test, error log shows:
> [Tue Jan 03 00:50:41 2006] [error] [client 127.0.0.1] Can't load
>    '/root/.cpan/build/libapreq2-2.06-dev/glue/perl/t/cgi-
>    bin/../../blib/arch/auto/APR/Request/Request.so' for module
>    APR::Request: libapreq2.so.2: cannot open shared object file: No
>    such file or directory at /usr/lib/perl5/5.8.5/i386-linux-thread-
>    multi/DynaLoader.pm line 230.
> 
> Must issue "make install" in library directory manually :(

Worse still I find this occurs after installing whenever I try and use
Apache2::Request -- it could be related to all the other tests that fail
 when I 'make test' (after jumping through the necessary tests): 

Can't load
'/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/APR/Request/Request.so'
for module APR::Request: libapreq2.so.2: cannot open shared object file:
No such file or directory at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
 at
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/APR/Request/Param.pm
line 27
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/APR/Request/Param.pm
line 27.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/APR/Request/Param.pm
line 27.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Apache2/Request.pm
line 2.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Apache2/Request.pm
line 2.

This is with Apache 2, modperl 2.02 and perl 5.8.5 on RHEL 3

A.