![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
How to obtain perl5/auto/IO/IO.so with global symbols?by ek15 (Novice) |
on Feb 21, 2018 at 23:25 UTC ( #1209703=perlquestion: print w/replies, xml ) | Need Help?? |
ek15 has asked for the wisdom of the Perl Monks concerning the following question: Hi all, We have received two items from Company A relating to a piece of software: a source code package and an executable (created with PAR Packer). I have added to the source code and packaged everything with PAR Packer to create a new executable. Now, I am getting the error below. I have found that the IO.so in my PAR-Packed executable has no global symbols when I check it with 'nm -g IO.so'. On the other hand, the IO.so found in the executable from Company A does have global symbols (including the missing boot_IO symbol) when I check it with 'nm -g IO.so'. The perl-5.16.3 RPM which I have installed through yum on my dev machine will only install IO.so without the global symbols. How can I get IO.so with global symbols? Thanks, Erick
Back to
Seekers of Perl Wisdom
|
|