in reply to
Perl embedding woes: undefined symbols
Problem solved! I solved the problem by creating a dummy .so that links to -lperl, and I load that using RTLD_GLOBAL in my module's initialization.
Comment on
Re: Perl embedding woes: undefined symbols
In Section
Seekers of Perl Wisdom