[RADIATOR] Could not load AuthBy module Radius::AuthNTLM

2012-08-31 Thread Chris Corbin
Hi Radiator Gurus, I'm migrating a Win32 solution to a Centos 6.3 x64 solution and need to migrate from to . Here is the error I am running into: ERR: Could not load AuthBy module Radius::AuthNTLM: Can't locate Digest/MD4.pm in @INC (@INC contains: . /usr/local/lib64/perl5 /usr/local/s

Re: [RADIATOR] Could not load AuthBy module Radius::AuthNTLM

2012-08-31 Thread Heikki Vatiainen
On 08/31/2012 06:15 PM, Chris Corbin wrote: > ERR: Could not load AuthBy module Radius::AuthNTLM: Can't locate > Digest/MD4.pm in @INC (@INC contains: . /usr/local/lib64/perl5 Hello Chris, you need Digest::MD4. Radius::AuthNTLM tries to use it but it's nowhere to be found. Otherwise it looks go

Re: [RADIATOR] Random AuthBy LDAP2 "Undefined subroutine &main::" connect failures

2012-08-31 Thread Kevin Schmidt
Heikki, On 08/26/2012 02:40 AM, Heikki Vatiainen wrote: > On 08/25/2012 02:34 AM, Kevin Schmidt wrote: > ... >> Briefly stated, at some apparently-random point the radius server >> attempts to reconnect to the back-end ldap server, but the connection >> fails with "Undefined subroutine &main:: cal

Re: [RADIATOR] Random AuthBy LDAP2 "Undefined subroutine &main::" connect failures

2012-08-31 Thread Heikki Vatiainen
On 08/31/2012 08:55 PM, Kevin Schmidt wrote: > The default was version 1.42 installed in /usr/lib/perl5/Net, and the > upgrade was 1.48 installed in /usr/local/lib/perl/5.14.2/Net. I still > had a crash with HoldServerConnection enabled, but it appears to be > stable without HoldServerConnecti

Re: [RADIATOR] Random AuthBy LDAP2 "Undefined subroutine &main::" connect failures

2012-08-31 Thread Kevin Schmidt
On 08/31/2012 01:36 PM, Heikki Vatiainen wrote: > On 08/31/2012 08:55 PM, Kevin Schmidt wrote: > >> The default was version 1.42 installed in /usr/lib/perl5/Net, and the >> upgrade was 1.48 installed in /usr/local/lib/perl/5.14.2/Net. I still >> had a crash with HoldServerConnection enabled, but i