"Larry W. Virden" said:
> I am a first time user for sitescooper and found my first experience a bit
> intimidating. Here's what I found:
>
> Using site choices from "/home/lwv26/.sitescooper/site_choices.txt".
> Expiring cache files...
> Palm install: using PilotManager: "/home/lwv26/.pilotmgr/Installer".
> SITE START: now scooping site "/ldata2/Pilot/PilotBuilding/sitescooper/sitesc
> ooper-3.1.2/site_samples/admin/sitescooper_changes.site".
> Use of uninitialized value in numeric gt (>) at /volws/lwv26/ldatae/lib/perl5
> /5.7.1/sun4-solaris-stdio/DB_File.pm line 255.
> Deep recursion on subroutine "DB_File::AUTOLOAD" at /volws/lwv26/ldatae/lib/p
> erl5/5.7.1/sun4-solaris-stdio/DB_File.pm line 213.
> Out of memory!
> Segmentation Fault
Yikes! That's pretty unpleasant. I'm afraid I don't have a Solaris
machine to check this on, nor have I tested with perl 5.7.1 :(
>From the error message, this looks like a bug in Perl 5.7.1 on solaris, or
a bug in the DB_File module it includes.
If you have another version of perl to test with, I'd try that;
alternatively edit the file "lib/Sitescooper/PerSiteDirCache.pm"
and change this line (line 2 or so) from:
BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
to:
BEGIN { @AnyDBM_File::ISA = qw(GDBM_File NDBM_File SDBM_File); }
There shouldn't be any effect on sitescooper if you do that. (well it
might go a little slower, but nothing serious).
HTH,
--j.
_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/sitescooper-talk