[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: awstats from sarge



Ionel Mugurel Ciobica wrote:
bucovina# /var/www/cgi-bin/awstats.pl -config=bucovina.chem.tue.nl -update -output -staticlinks -lang=ro
Bizarre copy of ARRAY in aassign at /var/www/cgi-bin/awstats.pl line 115.
Exit 255


Line 115 is criptic to me:

my @OnlyFiles = my @SkipDNSLookupFor = my @SkipFiles = my @SkipHosts = ();

Change the above into these two lines:

my( @OnlyFiles, @SkipDNSLookupFor, @SkipFiles, @SkipHosts );
@OnlyFiles = @SkipDNSLookupFor = @SkipFiles = @SkipHosts = ();

Reading http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/048917.html makes me believe the problem is fixed in some next release of awstats (that may not be packaged for Debian, yet).


dam

--
Damyan Ivanov                             Creditreform Bulgaria
divanov@creditreform.bg             http://www.creditreform.bg/
phone: +359(2)928-2611, 929-3993           fax: +359(2)920-0994
mobile: +359-88-856-6067      ICQ: 3028500      Y!M: dam3028500

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: