Comment 5 for bug 1068884

Revision history for this message
Murz (murznn) wrote : Re: ddclient can't be used in quantal: needs missing libdigest-sha1-perl

How to fix this on older versions:
Become root and edit /usr/sbin/ddclient. Look for require Digest::SHA1 and replace it with require Digest::SHA. Then look for import Digest::SHA1 a few lines later and replace it with import Digest::SHA.