|
Posted by ___cliff rayman___ on December 3, 2004, 12:32 am
Please log in for more thread options
Steven Feil wrote:
>Can't locate Tk.pm in @INC (@INC contains:
> /usr/lib/perl5/5.6.0/i386-linux
> /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux
> /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .)
> at ./gprsec line 44.
>BEGIN failed--compilation aborted at ./gprsec line 44.
>
>I found that my perl-Tk package installed Tk.pm in the directory
>/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/.
>
>
you have more than one version of perl on your machine. you cannot mix
the two. as this is lnux try:
locate perl|grep bin
this should show you the perl binaries that are availble. modify the
script of the gprsec program so that it uses perl 5.8.0.
OR
you can always install TK.pm into your perl 5.6.0 if this is a better
option for you.
--
_____cliff_rayman_____cliff_@_rayman_._com_____
|