Re: Can't resolve address......
Keith Jones (keithj@blueberry.co.uk)
Fri, 22 Nov 1996 11:24:25 +0000 (GMT)
On Fri, 22 Nov 1996, Amanda Cheung (HK) wrote:
> I have installed perl5.003 and libwww-perl5.04 successfully on my sparc20. When
> I tried to run a very simple perl,
>
> perl -MLWP::Simple -e 'getprint "http://www.sn.no/libwww-perl/"'
>
> it failed by saying
>
> -------------------------------------------
> <HTML>
> <HEAD>
> <TITLE>
> An Error Occurred
> </TITLE>
> </HEAD>
> <BODY>
> <H1>An Error Occurred</h1>
> 500 - Can't resolv address for www.sn.no
> </BODY>
> </HTML>
> -------------------------------------------
>
> Do I miss anything while installation ?
That looks like a network error to me - try using 'getprint' on a page
you know you are able to access. If you have a local web site, use that
to test the program.
-- Keith