This is a fresh RHEL6 install so should of been a straight perl install and no upgrades. The following RPM's are installed:
perl-5.10.1-115.el6.x86_64 Radiator-4.7-3.noarch The perl paths are: # perl -e 'print join("\n",@INC);' /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 The missing file is located: /usr/lib/perl5/site_perl/5.10.0/Radius/ServerConfig.pm Where should I be adding a symlink to what, or where and what perl library path should I be adding? Perl isnt my strong point and I don't want to add something in the wrong place which will cause other problems further down the line. Thanks. Jim. Christian Kratzer wrote: > Hi, > > On Fri, 4 Feb 2011, Jim Tyrrell wrote: > >> Hi, >> >> I have built a fresh RHEL 6.0 x86_64 server, installed perl and other >> prerequisites and installed Radiator 4.7-3 from RPM but when I try and >> start radiusd I get the following error messages: >> >> /usr/bin/radiusd -config_file /etc/radiator/radius.cfg -foreground >> Can't locate Radius/ServerConfig.pm in @INC (@INC contains: . >> /usr/local/lib64/perl5 /usr/local/share/perl5 >> /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl >> /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/radiusd line 25. >> BEGIN failed--compilation aborted at /usr/bin/radiusd line 25. >> >> The file does exist: >> >> locate Radius/ServerConfig.pm >> /usr/lib/perl5/site_perl/5.10.0/Radius/ServerConfig.pm >> >> Am I missing a symlink or library path from somewhere? > > run the following > > perl -e 'print join("\n",@INC);' > > to see if /usr/lib/perl5/site_perl/5.10.0 is in the perl include path. > > There should be a symlink from 5.10 to 5.10.0 in case 5.10.0 is your > latest 5.10 perl. Possibly something went wrong with a perl upgrade. > I do not how perl packages are handled in Red Hat. > > Greetings > Christian > >> >> Thanks. >> >> Jim. >> _______________________________________________ >> radiator mailing list >> radiator@open.com.au >> http://www.open.com.au/mailman/listinfo/radiator >> > _______________________________________________ radiator mailing list radiator@open.com.au http://www.open.com.au/mailman/listinfo/radiator