(RADIATOR) How can I choose where Radiator gets installed?
Hugh Irvine
hugh at open.com.au
Mon Aug 1 17:45:03 CDT 2005
Hello Eivind -
This has been discussed numerous times on the mailing list, but what
I generally do is as follows:
Create a distribution directory somewhere:
mkdir /usr/local/src/Radiator
copy the source taball to this directory
mv /tmp/Radiator-3.13.tgz /usr/local/src/Radiator
unpack the distribution
cd /usr/local/src/Radiator
gzip -c -d Radiator-3.13.tgz | tar xvf -
run the test suite (do not install)
cd Radiator-3.13
perl Makefile.PL
make
make test
***DO NOT*** make install
now you have a source directory from which you can run radiusd for
testing
perl radiusd -foreground -log_stdout -trace 4 -config_file
**/your/configuration/file**
finally you can then set up your startup script so that it runs
radiusd from the distribution directory.
Keeping your source distributions separate like this allows you to
very easily switch between versions simply by altering the startup
script to change to the appropriate directory. You can also use the -
I flag to perl to indicate the correct directory.
export RAD=/usr/local/src/Radiator/Radiator-3.13
perl -I $RAD $RAD/radiusd .....
hope this helps
regards
Hugh
On 2 Aug 2005, at 07:26, Eivind Olsen wrote:
> Hello.
>
> This is probably a stupid question. I'm fairly new to this whole
> Radiator-thingy.
> I'm going to upgrade an older release, and I want to install the
> new release somewhere else (not just install it on top of the old
> version). Does anyone know how I can select where it gets
> installed? I tried looking in the documentation but didn't find
> anything there (I'm probably blind since I don't see it).
>
> --
> Regards / Hilsen
> Eivind Olsen
> <eivind at aminor.no>
>
> --
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.
>
NB:
Have you read the reference manual ("doc/ref.html")?
Have you searched the mailing list archive (www.open.com.au/archives/
radiator)?
Have you had a quick look on Google (www.google.com)?
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, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
-
CATool: Private Certificate Authority for Unix and Unix-like systems.
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list