|
From: Thomas L. <th...@th...> - 2005-10-20 22:27:58
|
I'm running webmin 1.240 from www.webmin.com - the Mandriva packages are a step behind. I deliberately never installed the Mandriva rpm. # rpm -qa | grep webmin webmin-1.240-1 # Thomas Message: 5 From: Jamie Cameron <jca...@we...> To: web...@li... Subject: Re: [webmin-l] Error message from a host of scripts... Date: Thu, 20 Oct 2005 20:01:00 1000 Reply-To: web...@li... Hi Thomas, Is the Webmin 1.240 package you are using from www.webmin.com, or some other source? I don't really trust the Mandriva packages :-) - Jamie -----Original Message----- From: Thomas Leavitt <th...@th...> Subj: [webmin-l] Error message from a host of scripts... Date: Thu 20 Oct 2005 6:55 pm Size: 1K To: web...@li... I get something similar to this: Undefined subroutine &main::init_config called at ./fsdump-lib.pl line 7. Compilation failed in require at ./backup.pl line 6. from a host of scripts. This occurs whether I execute the file via cron, or execute the file interactively. Here's the code section from fsdump-lib.pl do '../web-lib.pl'; &init_config(); ... if I add a require '../web-lib-funcs.pl'; line right after the web-lib line, I don't get this error. ../web-lib-funcs.pl is where init_config is. I'm running webmin 1.240 from www.webmin.com Note: I also get this running the same script off my desktop, which uses the webmin sourced from Mandriva, and is I think 1.230. I see other complaints about this in various web forums, but no clear answers yet... Thomas |