newsclipperlist  

Re: Open Source for Win32 Installation Problem

Marko Petek
Fri, 09 Jun 2000 21:49:26 -0700

Ok, I went one step further.
 
I discovered the reason of the errors in the last message: I had two copies of Cache.pm, one below perl\lib\File and the other below perl\lib\Newsclipper  So when the second one was called I received the message of redefinition.
 
I deleted the one below lib\File, but then I started receiveing the following message:
 
C:\Arquivos de programas\newsclipper\bin>perl Newsclipper.pl
Can't locate File/Cache.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib
.) at Newsclipper.pl line 370.
BEGIN failed--compilation aborted at Newsclipper.pl line 370.
Then I copied it there again and deleted the one below \lib\newsclipper. The message changed to:
 
Can't locate NewsClipper/Cache.pm in @INC (@INC contains: c:/arquiv~1/newsclippe
r/.NewsClipper C:/Perl/lib C:/Perl/site/lib . c:/perl/lib) at Newsclipper.pl line 365.
 
 
So resuming:
 
a) If I keep two copies, I get the redefines message;
b) If I keep the copie below \bin\File I get the missing file message;
c) If I keep the copie below \bin\Newsclipper I get the missing file message again;
 
Any ideas? I never give up!!! It has to work!
 
Marko