Cvsmonitor looks like a great tool. I'm running version 0.6.1 on Debian Linux. I make it through all the setup tests and everything passes but as soon as I try and run cvsmonitor.pl I get this error in my Apache error logs.
[Mon Dec 2 09:47:09 2002] cvsmonitor.pl: Can't declare array dereference in my at /usr/lib/cgi-bin/cvsmonitor/cvsmonitor.pl line 2068, near "$Files ="
Execution of /usr/lib/cgi-bin/cvsmonitor/cvsmonitor.pl aborted due to compilation errors.
[Mon Dec 2 09:47:09 2002] [error] [client 10.11.48.33] Premature end of script headers: /usr/lib/cgi-bin/cvsmonitor/cvsmonitor.pl
Help would be appreciated, and I also thought you might like to know that it appears that there is a condition that your setup scripts aren't catching.
Thanks,
Adam.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
Cvsmonitor looks like a great tool. I'm running version 0.6.1 on Debian Linux. I make it through all the setup tests and everything passes but as soon as I try and run cvsmonitor.pl I get this error in my Apache error logs.
[Mon Dec 2 09:47:09 2002] cvsmonitor.pl: Can't declare array dereference in my at /usr/lib/cgi-bin/cvsmonitor/cvsmonitor.pl line 2068, near "$Files ="
Execution of /usr/lib/cgi-bin/cvsmonitor/cvsmonitor.pl aborted due to compilation errors.
[Mon Dec 2 09:47:09 2002] [error] [client 10.11.48.33] Premature end of script headers: /usr/lib/cgi-bin/cvsmonitor/cvsmonitor.pl
Help would be appreciated, and I also thought you might like to know that it appears that there is a condition that your setup scripts aren't catching.
Thanks,
Adam.
The quick answer is to remove the word 'my' from the beginning of line 2068.
I'll be fixing this in the distribution files ASAP.