|
From: Thomas L. <th...@th...> - 2005-10-20 08:54:30
|
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 |