----- Original Message -----
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, March 14, 2007 10:47 AM
Subject: Failing cgi tests
> Hi,
>
> I'm installing libapreq2-2.08 with mod_perl-2.0.3 and
> httpd-2.0.59. make test fails all cgi tests. The only
> error is:
>
> [Tue Mar 13 17:54:08 2007] [error] [client 127.0.0.1] Can't load
> '/usr/local/lib
> /perl5/site_perl/5.8.7/i86pc-solaris/auto/APR/APR.so' for module APR:
> ld.so.1: /
> usr/local/bin/perl: fatal: libgcc_s.so.1: open failed: No such file or
> directory
> at /usr/local/lib/perl5/5.8.7/i86pc-solaris/DynaLoader.pm line 230.
> [Tue Mar 13 17:54:08 2007] [error] [client 127.0.0.1] at
> /export/home/jman/down
> load/src/misc/libapreq2-2.08/glue/perl/t/cgi-bin/test_cgi.pl line 10
>
> APR.so does exist in that location. Is this something I can
> ignore or should I worry?
>
> Thanks,
> Jon
>
>
cgi.t is failing on all lines beginning with ok:
ok t_cmp($body,
$len,
"GET long query");
}
What is ok and where can I read about it?
Thanks again,
Jon