On Thu, Aug 25, 2011 at 4:21 PM, Tyller D <tyllerd@gmail.com> wrote:
Hi
Im trying to run freeradius, using rlm_perl, and centos 6.
after installing ( yum install freeradius freeradius-mysql freeradius-perl freeradius-utils ). when I and start free radius I fails with this error
Can't load '/usr/local/lib64/perl5/auto/DBI/DBI.so' for module DBI: /usr/local/lib64/perl5/auto/DBI/DBI.so: undefined symbol: PL_memory_wrap at /usr/lib64/perl5/DynaLoader.pm line 200. at /usr/local/lib64/perl5/DBI.pm line 268 BEGIN failed--compilation aborted at /usr/local/lib64/perl5/DBI.pm line 268.
why /usr/local? did you install DBI manually? Why not use perl-DBI rpm?
Compilation failed in require at /etc/raddb/perl3.pl line 6. BEGIN failed--compilation aborted at /etc/raddb/perl3.pl line 6.
What's in per3.pl? Does it work without freeradius (e.g. create a test script which uses functions on perl3.pl that is used by freeradius, like authenticate and friends) -- Fajar