After a new install of centOS 6, I tried installing ddclient so that I could update my DNS records in Cloudflare and I configured it correctly as indicated on the Cloudflare site and other sites when I try to run the debug command
ddclient -daemon=0 -debug -verbose -noquiet
I get this error
FATAL: Error loading the Perl module JSON::Any needed for cloudflare update.
And I tried to install perl-JSON using yum install perl-JSON , but did nothing
source
share