Hi! I'm relatively new to Perl and have been having some trouble installing Tkx properly. Whenever the maketest is run, I get the error 'failed dlopen(C:/ActiveTcl/bin/tcl86t.dll,...);' (I've made sure ActiveTcl is installed properly and in the right place, and the file in question is where it should be). I've scoured the internet looking for answers to how to fix this, but I haven't been able to find anyone with the same problem. Can anyone help? (full error message below)

Running make test C:\Dwimperl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_har +ness(0, 'blib\lib', 'blib\arch')" t/*.t t/LabEntry.t ...... failed dlopen(C:/ActiveTcl/bin/tcl86t.dll,...); failed dlopen(C:/ActiveTcl/bin/tcl86t.dll,...); failed dlopen(tcl86t.dll,...); trying dlopen(tcl89t.dll,...) trying dlopen(tcl88t.dll,...) trying dlopen(tcl87t.dll,...) trying dlopen(tcl86t.dll,...) trying dlopen(tcl85t.dll,...) trying dlopen(tcl84t.dll,...) trying dlopen(tcl83t.dll,...) trying dlopen(tcl82t.dll,...) trying dlopen(tcl81t.dll,...) trying dlopen(tcl80t.dll,...) failed all posible tcl vers 8.x from 9 down to 0 at C:/Dwimperl/perl/l +ib/XSLoader.pm line 95. Failed to load Tcl dll! at C:/Dwimperl/perl/lib/XSLoader.pm line 95. Unable to initialize Tcl at C:/Dwimperl/perl/lib/XSLoader.pm line 95. Compilation failed in require at C:\Dwimperl\cpan\build\Tkx-1.09-NoNmn +z\blib\lib/Tkx.pm line 215. BEGIN failed--compilation aborted at C:\Dwimperl\cpan\build\Tkx-1.09-N +oNmnz\blib\lib/Tkx.pm line 215. Compilation failed in require at t/LabEntry.t line 8. BEGIN failed--compilation aborted at t/LabEntry.t line 8.

In reply to Tkx not installing properly by freedee15

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.