Hello Paul -
I generally recommend using the source tarball like this (you can use whatever directories you wish):
mkdir /usr/local/src/Radiator
cp /tmp/Radiator-3.6-tgz /usr/local/src/Radiator
cd /usr/local/src/Radiator
gzip -c -d Radiator-3.6.tgz | tar xvf -
cd Radiator-3.6
perl Makefile.PL
make
make test
*** DO NOT DO make intstall ***Then you can use a "cd ...." in your startup script:
cd /usr/local/src/Radiator/Radiator-3.6; perl radiusd -config_file .....
This way you can keep multiple different versions of Radiator in a neat and tidy fashion and switch between them simply by changing a single entry in the startup script.
BTW - we have had various people report problems with Perl 5.8, and there is a Redhat FAQ item here:
http://www.open.com.au/radiator/faq.html#127
regards
Hugh
On Wednesday, Jul 30, 2003, at 10:28 Australia/Melbourne, Paul Black wrote:
I've just upgraded my secondary radius server to Redhat 9. I get the following message when I try to start Radiator.
Could you please remind me how to reinstall Radiator?
Regards. Paul
/usr/sbin/radiusd -config_file /etc/raddb/radius.cfg
Can't locate Radius/RDict.pm in @INC (@INC contains: . /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at /usr/sbin/radiusd line 25.
BEGIN failed--compilation aborted at /usr/sbin/radiusd line 25.
=== Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
NB: have you included a copy of your configuration file (no secrets), together with a trace 4 debug showing what is happening?
-- Radiator: the most portable, flexible and configurable RADIUS server anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X. - Nets: internetwork inventory and management - graphical, extensible, flexible with hardware, software, platform and database independence.
=== Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
