Hello Monks,

I have complied everything using perl v 5.8.5 archname=i386-linux-thread-multi

But after completion I come to know that my project requirement is of archname=i686-linux so I install archname=i686-linux into the /usr/local directory and start compliling everything again. But getting this error. pls help me out...

When I am trying to install the Pod-Coverage-0.17 through perl v 5.8.5 archname=i686-linux

It gives me error

Checking whether your kit is complete... Looks good Deleting Build Removed previous script 'Build' Creating new 'Build' script for 'Pod-Coverage' version '0.17' t/01compile....../usr/local/bin/perl: symbol lookup error: /home/denal +i/SOURCE/Pod-Coverage-0.17/blib/arch/auto/Pod/Coverage/Coverage.so: u +ndefined symbol: Perl_Gthr_key_ptr t/01compile......dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/02simple......./usr/local/bin/perl: symbol lookup error: /home/denal +i/SOURCE/Pod-Coverage-0.17/blib/arch/auto/Pod/Coverage/Coverage.so: u +ndefined symbol: Perl_Gthr_key_ptr t/02simple.......dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-32 Failed 32/32 tests, 0.00% okay t/03import......./usr/local/bin/perl: symbol lookup error: /home/denal +i/SOURCE/Pod-Coverage-0.17/blib/arch/auto/Pod/Coverage/Coverage.so: u +ndefined symbol: Perl_Gthr_key_ptr t/03import.......dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/04cvgv........./usr/local/bin/perl: symbol lookup error: /home/denal +i/SOURCE/Pod-Coverage-0.17/blib/arch/auto/Pod/Coverage/Coverage.so: u +ndefined symbol: Perl_Gthr_key_ptr t/04cvgv.........dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/05parentage..../usr/local/bin/perl: symbol lookup error: /home/denal +i/SOURCE/Pod-Coverage-0.17/blib/arch/auto/Pod/Coverage/Coverage.so: u +ndefined symbol: Perl_Gthr_key_ptr t/05parentage....dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/06trustme....../usr/local/bin/perl: symbol lookup error: /home/denal +i/SOURCE/Pod-Coverage-0.17/blib/arch/auto/Pod/Coverage/Coverage.so: u +ndefined symbol: Perl_Gthr_key_ptr t/06trustme......dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/07pod..........ok t/08tie........../usr/local/bin/perl: symbol lookup error: <br>/home/d +enali/SOURCE/Pod-Coverage-0.17/blib/arch/auto/Pod/Coverage/Coverage.s +o: undefined symbol: Perl_Gthr_key_ptr t/08tie..........dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/01compile.t 127 32512 4 8 200.00% 1-4 t/02simple.t 127 32512 32 64 200.00% 1-32 t/03import.t 127 32512 3 6 200.00% 1-3 t/04cvgv.t 127 32512 4 8 200.00% 1-4 t/05parentage.t 127 32512 5 10 200.00% 1-5 t/06trustme.t 127 32512 10 20 200.00% 1-10 t/08tie.t 127 32512 4 8 200.00% 1-4 Failed 7/8 test scripts, 12.50% okay. 62/67 subtests failed, 7.46% oka +y.

Edit: g0n - added code tags

Edit: g0n - added readmore tags


In reply to Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr by irfancss

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.