I'm trying to use sitescooper on a couple machines running the same verions of cygwin (I think it's version 1.1.5 - the setup.log says : "Installing latest/cygwin/cygwin-1.1.5-7.tar.gz") One machine has Windows 95, and the other has Windows NT. Neither one is working for me. Has anyone done this successfully ? Here's where I'm at with it so far: I downloaded the sitescooper tarball for "other unix" system. After running "make install", sitescooper 3.0.1 fails the same way on both of these machines, with the following error message: Can't locate Scoop.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/cygwin /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/cygwin/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /usr/local/bin\lib /usr/local/bin\site_perl) at . /sitescooper line 115. I looked into this a little, and found that sitescooper asks "($^O =~ /(win|os2)/)" to determine which direction the path separator slash should go. "cygwin" matches this pattern, so it uses a backward slash. The slash type is later used to determine how to set @INC. I hacked around that problem, and got to a similar error trying to find HTML::Parser. I found a message in the archives (from October 2000) about the missing HTML::Parser error, and tried to follow the advice there about reloading HTML::Parser from CPAN. It says I first need to install HTML::Tagset. After running "make install" for HTML::Tagset, "perl test.pl" fails with: > perl test.pl 1..1 Can't locate HTML/Tagset.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/cygwin /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/cygwin /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at test.pl line 6. BEGIN failed--compilation aborted at test.pl line 6. I installed perl.5.6.0 from perl-5.6.0-1.i386-cygwin.rpm . I'm going to try the CPAN utility next... Thanks in advance for any ideas. - Tom _______________________________________________ Sitescooper-talk mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/sitescooper-talk
