Quoting martin.rehfeld ([EMAIL PROTECTED]):
> Regarding your problem: Your Perl installation does not seem to find
> the strftime function. To my knowledge this is a standard function from
> the POSIX libraries that should be available. You can try to prefix the
> function call with POSIX making line 1768 of your version look like
>
> my $date = POSIX::strftime($fmt, localtime(time()));
That seemed to work. I'm not home to see the screen ATM, but the
errors that were being thrown every few seconds are no longer
appearing in the logs.
> Additionally, you would have to check your Perl installation, if the
> POSIX functions are available at all, try
>
> perl -MPOSIX -e 'print POSIX::strftime("%d-%m-%Y %H:%M:%S",
> localtime),"\n"' to test.
Seems to work:
perl -MPOSIX -e 'print POSIX::strftime("%d-%m-%Y %H:%M:%S",localtime),"\n"'
returns:
12-11-2007 14:31:40
Thanks!
dd
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins