Running on RHEA 5.5 and using Active-Perl 5.8.8 in a corporate environment. Have a custom Perl script developed to parse source files and create a Subversion structured Export file to be used by the IBM RTC product to import the SVN file the Jazz Source control.

Recently installed a new P4 library to support some of the calls in the Perl script. I have used the script before and it has always worked in the past...perhaps needed adjustments but it ran at first anyway!

Now running as root or not (I should not require root) which does not make any difference I can see. It almost seems like the /usr/lib/perl5/site_perl/5.8.8/i386.../P4/P4.so was created with the things we need...and the MIA symbol (seen below) IS PRESENT in the P4.so as expected. The error message (also below) is a little cryptic but I 'think' it is looking at /usr/lib/perl5/5.8.8/i386..../P4/P4.so in which the P4... IS NOT present as the Makefile placed the stuff in /usr/lib/perl5/site_perl/........ NOT in /usr/lib/perl5/5.8.8/.......!

I suspect this is perhaps a LD_LIBRARY_PATH issue but I always thought one should stay away from setting this and in my case...it is NOT set to any path! The MIA symbol is found off the site_perl path but NOT in the normal /usr/lib/perl5/5.8.8/.... path!

The error message is below:

Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/aut +o/P4/P4.so' for module P4: /usr/lib/perl5/site_perl/5.8.8/i386-linux- +thread-multi/auto/P4/P4.so: undefined symbol: _ZTVN10__cxxabiv120__si +_class_type_infoE at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/Dyn +aLoader.pm line 230. at ./p42svn.pl line 197
Any advice would be great! You can reach me at my primary E-mail address of Mike@DiFulvio.net or post here is always cool!

Thanks in advance.......

-----mikeD


In reply to DYNALOAD ISSUE by miked348

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.