in reply to Re: Re: Re: Relocation error with an embedded perl interpreter
in thread Relocation error with an embedded perl interpreter
I can't find how to get at dl_find_symbol_anywhere() either :(
My C is being compiled using ExtUtils::Embed ldopts which links it against libperl and DynaLoader.a, which doesn't seem to include the dl_find_symbol_anywhere() symbol. Nor does "require DynaLoader" allow me to call it from Perl.
I'm stumped :(