On Tuesday 14 March 2006 02:08, Grant Zanetti wrote:
> On Mon, 2006-03-13 at 11:48 +0200, Boian Jordanov wrote:
> > On Friday 10 March 2006 00:39, Grant Zanetti wrote:
> > > In addition to this I have done a manual compile (non-package) and have
> > > a better back trace perhaps:
> >
> > Which version of libperl ?
>
> libperl5.8 (5.8.8-2).  libperl is package installed.  Freeradius is now
> manually compiled.
>

Apply this patch to freeradius-1.1.0 rlm_perl 

> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html

-- 
Best Regards,
Boian Jordanov
SNE
Orbitel - Next Generation Telecom
tel. +359 2 4004 723
tel. +359 2 4004 002
--- rlm_perl.c.orig	2006-03-14 12:03:05.000000000 +0200
+++ rlm_perl.c	2006-03-14 12:03:17.000000000 +0200
@@ -778,7 +778,7 @@
 	}
 
 #ifdef USE_ITHREADS
-	inst->perl = perl_clone(interp ,CLONEf_KEEP_PTR_TABLE);
+	inst->perl = interp;
 	{
 	dTHXa(inst->perl);
 	}
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to