Edward Avis <[EMAIL PROTECTED]> writes:

> I'm trying to install libwww-perl-5.62 on perl 5.6.1.  The
> prerequisite modules are installed, but not much else.  perl itself is
> the precompiled package from SuSE Linux 7.3.
> 
> All of the tests pass except live/jigsaw-auth-d and live/jigsaw-te.  To
> find out what was wrong with the former I uncommented the line:
> 
>     print $res->as_string;
> 
> This gives the following result:
> 
> % perl -Ilib -Iblib/lib t/live/jigsaw-auth-d.t
> 1..1
> HTTP/1.1 401 Unauthorized
> Date: Mon, 26 Nov 2001 20:15:56 GMT
> Server: Jigsaw/2.2.0
> WWW-Authenticate: Digest
> realm="test",domain="/HTTP/Digest",nonce="920dcc5254261340e5ebf022c9344cef"
> Content-Type: text/html
> Client-Date: Mon, 26 Nov 2001 20:15:56 GMT
> Client-Response-Num: 1
> Client-Warning: Unsupported authentication scheme 'digest'
> Title: Unauthorized
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
>                       "http://www.w3.org/TR/REC-html40/loose.dtd";>
> <HTML><HEAD>
> <TITLE>Unauthorized</TITLE>
> </HEAD>
> <BODY><h1>Unauthorized access</h1><p>You are denied access to this
> resource.</BODY>
> </HTML>
> not ok 1
> 
> I don't know whether this is a change in policy on the W3C's site or
> something missing on the client end.  I do have Digest::MD5 installed,
> version 2.16.

Can you do this:

   $ perl -Ilib -MLWP::Authen::Digest -e1

without getter errors?  From the 'Client-Warning' header it looks like
the LWP::Authen::Digest did not load as it should.

Regards,
Gisle

Reply via email to