I should mention I'm a linux noob.
I have tried to install ddclient to update DynDNS for me, I followed the instructions for ddclient. When I execute
ddclient -force
I get this error:-
FATAL: Error loading the Perl module IO::Socket::SSL needed for SSL connect.
FATAL: On Debian, the package libio-socket-ssl-perl must be installed.
Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1346.
ddclient: cannot execute command | sendmail -oi root.
So I ran CPAN
perl -MCPAN -e shell
and tried
install IO::Socket::SSL
I get a message to follow the dependancy for
Net::SSLeay
and I type yes and get errors.
I try to manually make using perl Makefile.PL and get this:-
Cannot determine perl version info from lib/Net/SSLeay.pm
Cannot determine license info from lib/Net/SSLeay.pm
* Could not find OpenSSL
If it's already installed, please set the OPENSSL_PREFIX environment
variable accordingly. If it isn't installed yet, get the latest version
from http://www.openssl.org/.**
What shall I do now any ideas??