Upgrade to 2.2.0

2012-10-09 Thread Morris, Andi
I've just updated my freeradius servers from 2.1.7 to 2.1.12 via yum update and it worked like a charm, I'd always been a little nervous to do this until now. This has given me the confidence to look into upgrading the servers from the source files to get up to 2.2.0. Reading the README and

Re: Upgrade to 2.2.0

2012-10-09 Thread Phil Mayers
On 09/10/12 15:23, Morris, Andi wrote: Firstly running ./configure failed because my server (CentOS 5.5) didn’t have a C compiler installed. I installed GCC via yum, and on we go. Now the configure.log tells me I don’t have make installed. I installed that via yum, and on we go. You need

Re: Upgrade to 2.2.0

2012-10-09 Thread Alan DeKok
Morris, Andi wrote: I guess there’s something here to show what’s wrong? Is there any log created by make and make install? They log what they're doing to standard out. The intention is for you to read it. Do I need to specify an installation directory or does the code know where my

RE: Upgrade to 2.2.0

2012-10-09 Thread Morris, Andi
@lists.freeradius.org Subject: Re: Upgrade to 2.2.0 On 09/10/12 15:23, Morris, Andi wrote: Firstly running ./configure failed because my server (CentOS 5.5) didn’t have a C compiler installed. I installed GCC via yum, and on we go. Now the configure.log tells me I don’t have make installed. I installed

RE: Upgrade to 2.2.0

2012-10-09 Thread Morris, Andi
I guess there’s something here to show what’s wrong? Is there any log created by make and make install? They log what they're doing to standard out. The intention is for you to read it. Fair enough, the output on screen was scrolling far too fast to read, I should probably have

Re: Upgrade to 2.2.0

2012-10-09 Thread alan buxey
Hi, ./configure make make install Firstly running ./configure failed because my server (CentOS 5.5) didn’t have a C compiler installed.  I installed GCC via yum, and on we go. i see you've already had advise with yum groups - if you did carry on you'd see tools missing

Re: Upgrade to 2.2.0

2012-10-09 Thread John Dennis
On 10/09/2012 10:23 AM, Morris, Andi wrote: I’ve just updated my freeradius servers from 2.1.7 to 2.1.12 via yum update and it worked like a charm, I’d always been a little nervous to do this until now. This has given me the confidence to look into upgrading the servers from the source files to

RE: Upgrade to 2.2.0

2012-10-09 Thread Morris, Andi
2012 16:15 To: FreeRadius users mailing list Subject: Re: Upgrade to 2.2.0 Hi, ./configure make make install Firstly running ./configure failed because my server (CentOS 5.5) didn’t have a C compiler installed. I installed GCC via yum, and on we go. i see you've already had

Re: Upgrade to 2.2.0

2012-10-09 Thread John Dennis
On 10/09/2012 11:19 AM, John Dennis wrote: The process to build a local rpm is detailed in the FreeRADIUS wiki page Red Hat FAQ (which apparently has moved, maybe someone can provide a pointer). Ah, found it: http://wiki.freeradius.org/guide/Red-Hat-FAQ Some of the info is a little outdated,

Re: Upgrade to 2.2.0

2012-10-09 Thread John Horne
On Tue, 2012-10-09 at 11:19 -0400, John Dennis wrote: By using a rpm spec file to build rpms from you'll get all the nasty details of correct building handled for you. There are 2.2 rpms available for Fedora. Just be aware spec files are also tuned for specific Red Hat releases, you'll

Re: Upgrade to 2.2.0

2012-10-09 Thread John Dennis
On 10/09/2012 11:55 AM, John Horne wrote: On Tue, 2012-10-09 at 11:19 -0400, John Dennis wrote: By using a rpm spec file to build rpms from you'll get all the nasty details of correct building handled for you. There are 2.2 rpms available for Fedora. Just be aware spec files are also tuned for

Re: Upgrade to 2.2.0

2012-10-09 Thread Fajar A. Nugraha
On Tue, Oct 9, 2012 at 11:11 PM, John Dennis jden...@redhat.com wrote: On 10/09/2012 11:55 AM, John Horne wrote: On Tue, 2012-10-09 at 11:19 -0400, John Dennis wrote: Unfortunately (?) the differences now between Fedora and RHEL, especially in terms of Fedora using systemctl rather than SysV