in reply to perl Tk installation problems
PERL5LIB=$PERL5LIB:/home/bthcraft/modules/Tk-804.027 export PERL5LIB
Also when you install, you should use that directory in the perl Makefile.PL step:
If you are installing a binary package, you might have to adjust your directory structure.perl5 Makefile.PL PREFIX=/home/bthcraft/modules/Tk-804.027
|
|---|