Fixed #6: Add Red Hat package name to Perl module IO::Socket::SSL error message
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@117 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
e688f232cf
commit
290190cdfd
1 changed files with 1 additions and 0 deletions
1
ddclient
1
ddclient
|
@ -1740,6 +1740,7 @@ sub load_ssl_support {
|
|||
fatal(<<"EOM");
|
||||
Error loading the Perl module IO::Socket::SSL needed for SSL connect.
|
||||
On Debian, the package libio-socket-ssl-perl must be installed.
|
||||
On Red Hat, the package perl-IO-Socket-SSL must be installed.
|
||||
EOM
|
||||
}
|
||||
import IO::Socket::SSL;
|
||||
|
|
Loading…
Reference in a new issue