Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't locate Digest/MD5.pm directadmin [duplicate]

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
like image 922
Angel Avatar asked Dec 13 '15 06:12

Angel


Video Answer


1 Answers

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

yum install perl-Digest-MD5 -y
like image 63
Skullone Avatar answered Oct 03 '22 08:10

Skullone