in reply to
IO::Socket::INET: connect: Permission denied
permission denied
is a weird error?
Comment on
Re: IO::Socket::INET: connect: Permission denied
Replies are listed 'Best First'.
Re^2: IO::Socket::INET: connect: Permission denied
by
prashantktyagi
(Scribe)
on Sep 26, 2012 at 08:05 UTC
permission denied is a weird error?
Not weird but I suspect Security-enhanced Linux (SELinux) is enabled and affecting socket connection on this machine. Disable SELinux if enabled and give a try.
[reply]
In Section
Seekers of Perl Wisdom