in reply to Install of libwww-perl problems
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!)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Install of libwww-perl problems
by Anonymous Monk on Jun 08, 2009 at 14:53 UTC | |
|
Re^2: Install of libwww-perl problems
by ARiccela (Novice) on Jun 08, 2009 at 15:50 UTC | |
by Anonymous Monk on Oct 25, 2013 at 09:37 UTC |