John Pesce <[EMAIL PROTECTED]> writes: > I'm attemping to use LWP from my ISP that uses CPanel 5.0 and virtual > hosting. > > When I try to use any LWP functions they all fail with the error: > > 500 Can't connect to www.somewhere.com:80 (Bad protocol 'tcp')
I think this means that /etc/protocols does not have an entry for 'tcp' so that the getprotobyname() function fails. --Gisle
