Can't locate Digest/MD5.pm directadmin

Angel picture Angel · Dec 13, 2015 · Viewed 22.7k times · Source

I am trying to make backup in directadmin but it shows this error, perl is installed and updated

Can't locate Digest/MD5.pm in @INC (@INC contains: /tmp/.perl-ppk-  BP6PxZ/lib .
perl5 .) at /tmp/.perl-ppk-BP6PxZ/lib/Cpanel/Pkgacct/Archive/Writer.pm line 12
BEGIN failed--compilation aborted at /tmp/.perl-ppk-BP6PxZ/lib/Cpanel/Pkgacct/
Compilation failed in require at /tmp/.perl-ppk-BP6PxZ/lib/Cpanel/Pkgacct/Arch
BEGIN failed--compilation aborted at /tmp/.perl-ppk-BP6PxZ/lib/Cpanel/Pkgacct/
Compilation failed in require at /tmp/.perl-ppk-BP6PxZ/scripts/main.pl line 29
BEGIN failed--compilation aborted at /tmp/.perl-ppk-BP6PxZ/scripts/main.pl lin

Answer

Skullone picture Skullone · Jan 25, 2018

If you are running on centos/redhat you can install it with yum :

yum install perl-Digest-MD5 -y