juraj has asked for the wisdom of the Perl Monks concerning the following question:
Of course, libperl.so is in memory, but it's symbols are not mapped to the target library (because it does not request it). Is there any other way of doing it, than doing a wrapper library, which will first open libperl.so using dlopen with RTLD_GLOBAL and then my scripting support?
J.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl embedding and dynamic linker
by diotalevi (Canon) on Mar 24, 2003 at 09:47 UTC |