Trying to do support for a company I have that uses this. And the dashboard isn't working I am getting the following:
acl::list_system_info failed : Can't call method "add" on an undefined value at /usr/libexec/webmin/acl/acl-lib.pl line 1829
:1829
my $ctx = eval "new $use_md5";
$ctx->add($passwd);
I have uninstalled and reinstalled. But nothing I have done has fixed it.
Looks like your system is lacking ANY of the perl MD5 hashing modules. The work-around is to run something like :
perl -MCPAN -e "install Digest::MD5"