Any suggestions on how to diagnose the problem?

Start from scratch, try with http://search.cpan.org/CPAN/authors/id/D/DO/DONGXU/Audio-TagLib-1.50_01.tar.gz.

Something is going wrong with the XS generation, some file is not being included....all the test failures are about methods/symbols like new not being found.

Seeing how ppport.h is version 3.06, and the latest available is Devel-PPPort-3.19_02, you should update that first and run perl ppport.h. This has a good chance of fixing the problem ( or revealing the real problem), since apparently Audio-TagLib works for the author with perl5.8.7 (which I infer from the authors ppport.h).


In reply to Re: problem finding symbol in XS-created .so by Anonymous Monk
in thread problem finding symbol in XS-created .so by geoffleach

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.