** We must use perl -w in the top line to get the calendar.pl to run. **
Why is that??
The -w switch just tells Perl to report warnings. That is mainly used just when testing scripts (... which you're unsure work properly).
** It generates tons of errors so the host is asking us to fix the problem. **
Most of those are not "errors" just warnings.
** Here is some output of the logs:
2 06:46:25 host named[14742]: client 66.245.126.220#3622: updating zone 'summitchurch.org/IN': update failed: 'RRset exists (value dependent)' prerequisite not satisfied (NXRRSET)
Mar 2 06:51:08 host named[14742]: client 66.245.126.220#3499: updating zone 'summitchurch.org/IN': update failed: 'RRset exists (value dependent)' prerequisite not satisfied (NXRRSET) **
I don't know what those are but I do not believe they have anything to do with Calendarscript. The rest are just warnings and do not affect the operation of the script.
Turn the Perl warnings off (ie. remove the -w from the shebang).
JMO
Dan O.
[This message has been edited by DanO (edited March 02, 2005).]