RE: rlm_perl - Debian sarge
Hi, I have written a module for use with freeRADIUS which seems to work fine and dandy on my desktop Fedora box. However when I drop this module and config on one of the production (and now test) Debian Sarge boxes running the same initial config with same version of freeRADIUS I get :
/usr/sbin/freeradius: relocation error: /usr/lib/perl5/auto/DBI/ DBI.so: undefined symbol: Perl_Gthr_key_ptr
and freeRADIUS obvioulsy refuses to start.
I solved it by starting freeradius (and changing the startup scripts) using LD_PRELOAD=/usr/lib/libperl.so freeradius $freeradiusargs J.
On 12 Dec 2006, at 16:01, Jonathan De Graeve wrote:
Hi, I have written a module for use with freeRADIUS which seems to work fine and dandy on my desktop Fedora box. However when I drop this module and config on one of the production (and now test) Debian Sarge boxes running the same initial config with same version of freeRADIUS I get :
/usr/sbin/freeradius: relocation error: /usr/lib/perl5/auto/DBI/ DBI.so: undefined symbol: Perl_Gthr_key_ptr
and freeRADIUS obvioulsy refuses to start.
I solved it by starting freeradius (and changing the startup scripts) using
LD_PRELOAD=/usr/lib/libperl.so freeradius $freeradiusargs
You sir.. are a STAR! I have been pulling what little hair I have out for a few days now.. thank you VERY VERY much .. /me is a happy camper. :) Graeme
participants (2)
-
Graeme Hinchliffe -
Jonathan De Graeve