Webmin installation after installing EFA, option 17

Request and discuss new features you would like to have.
Post Reply
andreas
Posts: 2
Joined: 03 Jan 2014 16:49

Webmin installation after installing EFA, option 17

Post by andreas »

Hi
I did fresh install of EFA yesterday, and i wanted to install Webmin as well, i choose option 17, after that I had to fill in a root password, the setupscripts calls a perl file and there is an error on line 6 I believe.
original:
#!/usr/bin/perl
# changepass.pl
# Script for the user to change their webmin password

# Check command line arguments
require "./acl/md5-lib.pl";
this didn't work

I changed it to
require "/usr/libexec/webmin//acl/md5-lib.pl";
and this works!

So maybe you can look at this and include this, or a better option into the code.
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Webmin installation after installing EFA, option 17

Post by shawniverson »

I wonder if a newer webmin has this fixed? I'll find out.
linda_
Posts: 5
Joined: 28 Jan 2021 09:18
Location: CA
Contact:

Re: Webmin installation after installing EFA, option 17

Post by linda_ »

please write, have you found out about the new version of webmin? tell. thanks
Post Reply