The application 'our-app', is a C-program that embeds the perl-interpreter (of a specific version of perl).
To be able to do this, we've build the version of perl we like to use in a specific directory:
/perl-5.12.3/And we link perl-5.12.3/CORE/libperl.a to our-app.
We've used the application for some years now, both on Solaris as on Linux.
When the application is used on Solaris, it runs as expected, but, if used on Linux, using e.g. the MD5 perl module, we see this problem:
/perl-5.12.3/auto/Digest/MD5/MD5.so: undefined symbol: Perl_Istack_sp_ +ptr
We've also tested it with an older version of perl, (5.8.8) and we see the same problem, but the missing symbol is called Perl_Tstack_sp_ptr in that case.
We've used 'nm' to check if the missing symbol is defined in our-app: Yes it is!
Any help is appreciatedIn reply to Problem with embedded perl by cyborg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |