It's the "http://" prefix that makes it a bad hostname.
LWP comes with a little script talk-to-ourself which is using Sys::Hostname to determine the hostname of the current system. Apparently something is configured incorrectly... so I would look into Sys::Hostname to figure out why it's returning the hostname with a leading http://.
You can call it standalone like this:
$ perl -MSys::Hostname -e'print hostname()."\n"'
(Update: fixed typo — thanks Anonymous Monk!)
In reply to Re: Install of libwww-perl problems
by almut
in thread Install of libwww-perl problems
by ARiccela
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |