Thanks for the prompt reply! I'm actually running RHEL. I couldn't find where "DESTDIR" would be referenced, nor that "R=" is a valid argument. Are these 'undocumented' options?
I guess I can try it and see what happens! G -----Original Message----- From: John Dennis [mailto:[email protected]] Sent: Wednesday, May 11, 2011 11:16 AM To: FreeRadius users mailing list Cc: Gary Gatten Subject: Re: Install new version (2.1.10) to completely different location On 05/11/2011 12:04 PM, Gary Gatten wrote: > Good morning, > > I'm wanting to upgrade to 2.1.10, however, I want to install **all** > files to a different location so I don't overwrite **any** 2.1.6 > production files. Once I've validated operation on 2.1.10 I'll install > it to it's normal location. > > So, if I specify -prefix=/devel/; will this work OK for what I'm wanting > - or do I need to take other actions as well, such as: > --with-radacctdir= and --with-raddbdir=, etc.? The preferred mechanism is to specify DESTDIR, every installed file/directory is then created in it's "normal" location, but hung under a DESTDIR root. You can either: export DESTDIR=/devel or make install R=/devel -- John Dennis <[email protected]> Looking to carve out IT costs? www.redhat.com/carveoutcosts/ <font size="1"> <div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'> </div> "This email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system." </font> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

