Re: CPAN install directory usage
by Perl Perl other posts by this author
Jul 2 2009 7:58AM messages near this date
view in the new Beta List Site
Re: CPAN install directory usage
|
Re: CPAN install directory usage
Hi Kenneth,
Thanks for your kind reply and detail explaination. As u and Brian said
said *tk* is partially installed. I will come to this with the snap shot for
the error once it is resolve, before to that, I want to konw how to get the
inforamation asked by you.
*So, is there a Windows build of the Tk package that has been installed
there (since you seem to be using both Unix and Windows)? And are you using
a Perl that handles a lib tree with separation by platform for the binaries
- AFAIK, ActivePerl doesn't, for example.
*
1) Could please let me know how to find out, Is there a Windows build of Tk
package that has been installed there?
2) *And are you using a Perl that handles a lib tree with separation by
platform for the binaries - AFAIK, ActivePerl doesn't, for example.*
We are using using ActivePerl.
Please find the snapshot of the error, after I received the response saying
Tk is properly isntalled.
V:\view_MAIN\vob_verif> V:\view_MAIN\vob_verif\tools\Perl\bin\perl.exe
Test.pl
Can't locate Tk/Event/IO.pm in @INC (@INC contains:
V:\view_MAIN\vob_verif\tools\Perl\lib
V:/view_MAIN/vob_verif/tools/Perl/site/lib
V:/view_MAIN/vob_verif/tools/Perl/lib .) at
V:\view_MAIN\vob_verif\tools\Perl\lib/Tk/Event.pm line 12.
Compilation failed in require at
V:\view_MAIN\vob_verif\tools\Perl\lib/Tk.pm line 13.
BEGIN failed--compilation aborted at
V:\view_MAIN\vob_verif\tools\Perl\lib/Tk.pm line 13.
Compilation failed in require at Test.pl line 5.
BEGIN failed--compilation aborted at Test.pl line 5.
V:\view_MAIN\vob_verif>
Here, looks IO.pm is not installed properly, in other terms, Tk is partially
installed. Am I correct.
Please find the response I recevied from my couleague.
The script works now� Let me know how it goes
On 7/2/09, Chris Wagner <wagnerc@[...].com> wrote:
>
> There should not be stars in front of any of the Perl statements. Although
> I don't think that is the main problem here. If it can find Tk.pm it
> should
> be able to find Events.pm. U'll need to go into the Tk directory and
> manually verify the presence and permissions of all the files Tk needs.
> Install it on ur own PC to compare. If there is any difference, contact ur
> sysadmin to get the Tk installation fixed.
>
>
> At 08:47 PM 7/1/2009 +0530, Perl Perl wrote:
> >Hi Chirs Wagner,
> >
> > TK.pm is located at gvinen lib path. I included the library path
> as
> >you said, but still i am facing same issue.
> >Please find the library path and file located there for your kind
> reference.
> >
> >Library path : V:\view_MAIN\vob_verif\tools\Perl\lib
> >* 06/29/2007 08:54 PM 18,676 Tk.pm
> >*
> >Script :
> >
> >#!/usr/bin/perl -w
> >
> >*use lib 'V:\view_MAIN\vob_verif\tools\Perl\lib';
> >*use FindBin qw($RealBin);
> >
> >use Tk;
> >V:\view_MAIN\vob_verif>v:\view_MAIN\vob_verif\tools\Perl\bin\perl.exe
> >Test.pl
> >Can't locate Tk/Event.pm in @INC (@INC contains:
> >V:\view_MAIN\vob_verif\tools\Perl\lib
> >v:/view_MAIN/vob_verif/tools/Perl/site/lib
> >v:/view_MAIN/vob_verif/tools/Perl/lib .) at
> >V:\view_MAIN\vob_verif\tools\Perl\lib/Tk.pm line 1
> >3.
> >BEGIN failed--compilation aborted at
> >V:\view_MAIN\vob_verif\tools\Perl\lib/Tk.pm line 13.
> >Compilation failed in require at Test.pl line 6.
> >BEGIN failed--compilation aborted at Test.pl line 6.
> >
> >I am not sure, but would like to bring one point to notice, am I doing any
> >mistake here with respect to "library path inclusion in Windows
> side, *use
> >lib 'V:\view_MAIN\vob_verif\tools\Perl\lib'; *
> >
> >Regards,
> >Mujju
>
>
>
>
> --
> REMEMBER THE WORLD TRADE CENTER ---=< WTC 911 >=--
> "...ne cede malis"
>
> 00000100
>
> _______________________________________________
> Perl-Win32-Users mailing list
> Perl-Win32-Users@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
--
--
Regards,
Mujju
Thread:
Perl Perl
Brian Raven
Chris Wagner
Perl Perl
kenneth
Perl Perl
Chris Wagner
Perl Perl
kenneth
Brian Raven
|