problem with perl...
Alan Buxey
A.L.M.Buxey at lboro.ac.uk
Thu Aug 25 15:07:01 CEST 2011
Hi,
> # PERL MODULES WE WILL BE USING
> use lib "/usr/lib64/perl5/auto/DBI/";
> use DBI;
> use DBD::mysql;
> use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK);
> use Data::Dumper;
note: /usr/lib64/perl5/auto/DBI/
> >> 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:
note: /usr/local/lib64/perl5/auto/DBI
thats surely the problem?
alan
More information about the Freeradius-Users
mailing list