Can't locate Digest/MD5.pm directadmin
If you are running on centos/redhat you can install it with yum :
yum install perl-Digest-MD5 -y
You need to install the Digest::MD5 perl module. Using CPAN is the easiest way.
From your terminal (SSH):
cpan
install Digest::MD5