5 Jul
2007
5 Jul
'07
11:54 a.m.
Enrik Berkhan wrote:
Maybe it would work to link libperl.a (statically) with rlm_perl to workaround the problem? I haven't tried to, yet.
No, this won't help. The symbols from the static libperl.a are present in rlm_perl and exported, too, but the dlopen(Dumper.so) from DynaLoader still can't resolve the symbols because rlm_perl had been loaded by lt_dlopenext() without RTLD_GLOBAL, of course. So, no solution for a working standalone freeradius-perl Debian/GNU Linux package, yet :( Enrik