in reply to Re^4: error in perl TK module post installation
in thread error in perl TK module post installation
What happens if you change that line of that file to:bootstrap Tk;
Also, what version of Strawberry Perl do you have:DynaLoader::bootstrap Tk;
And what version of DynaLoader do you have:perl -le "print $];"
It's the DynaLoader module that should be providing the bootstrap() function. For some reason it is not being found there, so perl goes looking for it in auto/Tk/bootstrap.al (which doesn't exist, and should not exist).perl -MDynaLoader -le "print $DynaLoader::VERSION;"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: error in perl TK module post installation
by Anonymous Monk on May 17, 2017 at 06:40 UTC | |
by Anonymous Monk on May 17, 2017 at 07:03 UTC | |
by Anonymous Monk on May 17, 2017 at 09:14 UTC | |
by Anonymous Monk on May 17, 2017 at 10:41 UTC |