Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: error in perl TK module post installation

by syphilis (Archbishop)
on May 15, 2017 at 12:47 UTC ( [id://1190302]=note: print w/replies, xml ) Need Help??


in reply to Re^4: error in perl TK module post installation
in thread error in perl TK module post installation

at C:/strawberry/perl/site/lib/Tk.pm line 88

Line 88 of Tk.pm is:
bootstrap Tk;
What happens if you change that line of that file to:
DynaLoader::bootstrap Tk;
Also, what version of Strawberry Perl do you have:
perl -le "print $];"
And what version of DynaLoader do you have:
perl -MDynaLoader -le "print $DynaLoader::VERSION;"
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).
So ... I'm puzzled as to why DynaLoader::bootstrap() is not being found. Your answers to the questions that I've just asked might help.

Cheers,
Rob

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
    Rob, The version of strawberry perl is 5.14 and this Dynaloader module is perl 5.24. Is that going to be any problem again for successful running of the Tk module.Well I am trying lets see if it works! thanks

      Thats going to be impossible

      Sounds like you installed over version of perl on top of another and you've got a missmatch of .dlls

      One perl install per directory, delete and reinstall

        my perl version is 5.014004 and the DynaLoader version is 1.13 It is giving the same very old error!!
        Can't locate auto/Tk/bootstrap.al in @INC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1190302]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-19 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found