[olug] Challenge With Perl Module Tk

Jay Hannah jay at jays.net
Fri Jul 11 02:16:07 UTC 2003



On Thu, 10 Jul 2003, CM Miller wrote:
> Only one version of perl installed:
>
> [root at phoenix root]# whereis perl
> perl: /usr/bin/perl /usr/share/man/man1/perl.1.gz
> /usr/share/man/man3/perl
>
> The /usr/share/man is for the man pages.
>
> [root at phoenix root]# find / -name Tk.pm -print
> find: /proc/987/fd: No such file or directory
> /usr/lib/perl5/site_perl/5.6.1/i386-linux/Tk.pm

Hmm...

If perl -V doesn't have "/usr/lib/perl5/site_perl/5.6.1/i386-linux/" in
@INC, you could try

export PERL5LIB=/usr/lib/perl5/site_perl/5.6.1/i386-linux/

HTH,

j

(who doesn't read through his threads before sending his first reply.)



More information about the OLUG mailing list