I have a FC10 development environment running perl 5.10.0

Generating packages for deployment via: pp -F Bleach -C -P -d - o pname pname.pl

results in an executable that works fine on the dev system but moving it to a ubuntu 10.10 production system causes problems.

To be sure, I have removed the native perl 5.10.1 from ubuntu and replaced it with 5.10.0 and updated all the cpan packages against it Nevertheless, running the any module (ie pname) results in the error:

./pname: symbol lookup error: /tmp/par-me/temp-20999/xxxxxxxxxx.so undefined symbol: Perl_Istack_sp_ptr

I really need to avoid recreating the dev system as its too much work (thats the point of using pp)

What is going on?

All help gratefully received

Update:

a simple hello world program works but placing a 'use DBI' above it causes the same error.

Using other modules results in the same or similar errors

Using Parallel::Pvm results in a undefined symbol: Perl_Gthr_key_ptr


In reply to Error: perl_istack_sp_ptr Undefined from migrated PAR by Vlad, the IM-perler

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.