Bug Tracker item #3389943, was opened at 2011-08-11 10:14
Message generated for change (Comment added) made by whyscream
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=3389943&group_id=250683

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: webui
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Antal Kovacs (dolpa)
>Assigned to: Tom Hendrikx (whyscream)
Summary: Solution for lot of ctime.pl errors in http log

Initial Comment:
I got lot of errors in my http log, this is affected to latest release too:

[Thu Aug 11 08:59:44 2011] [error] [client 10.70.70.70] Legacy library ctime.pl 
will be removed from the Perl core distribution in the next major release. 
Please install it from the CPAN distribution Perl4::CoreLibs. It is being used 
at admin.cgi, line 23.

[Thu Aug 11 09:00:15 2011] [error] [client 10.70.70.70] Legacy library ctime.pl 
will be removed from the Perl core distribution in the next major release. 
Please install it from the CPAN distribution Perl4::CoreLibs. It is being used 
at dspam.cgi, line 25.

#perl -v
This is perl 5, version 14, subversion 1 (v5.14.1) built for 
x86_64-linux-thread-multi

This is not a real error rather a warning for the future. So I install 
Perl/CPAN Module Time::CTime, and change 2 lines in dspam.cgi and admin.cgi

I attached the patch to this post.

1. Install Perl/CPAN Module Time::CTime to your distrib, in Archlinux this is 
"perl-time-ctime"
1. copy ctime.patch to web cgi-bin directory where there is the dspam.cgi and 
admin.cgi
2. patch -p0 < ctime.patch

With this changes I got no more errors and everything is work perfectly.

Cheers, 
Antal


----------------------------------------------------------------------

>Comment By: Tom Hendrikx (whyscream)
Date: 2011-08-16 01:17

Message:
Hi,

thanks for the report. Could test attached patch which uses the ctime
implementation from POSIX, which does not add a dependency.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=3389943&group_id=250683

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to