Bug#416266: freeradius: rlm_perl has symbol lookup errors when loading additional perl modules

Enrik Berkhan enrik#freeradius at planb.de
Thu Jul 5 17:54:08 CEST 2007


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




More information about the Freeradius-Devel mailing list