I am using an absolutely clean repo from https://github.com/FreeRADIUS/freeradius-server.git I run ./configure, then make and get an error http://pastebin.com/EQFcWXbg This is either on master or v3.1.x r
On 27 Sep 2015, at 21:40, Richard Levenberg <richardl@ufp.com> wrote:
I am using an absolutely clean repo from https://github.com/FreeRADIUS/freeradius-server.git
I run ./configure, then make and get an error
This is either on master or v3.1.x
Pushed fix. Thanks. -Arran
On Sep 27, 2015, at 9:40 PM, Richard Levenberg <richardl@ufp.com> wrote:
I am using an absolutely clean repo from https://github.com/FreeRADIUS/freeradius-server.git
I run ./configure, then make and get an error
This is either on master or v3.1.x
You're running on an old system. The compiler doesn't support 128 bit integers. I suggest using v3.0.x instead of v3.1.x. And if that doesn't work, please tell us which system you're compiling it on. Which OS, version of C compiler, etc. Alan DeKok.
On 27 Sep 2015, at 22:07, Alan DeKok <aland@deployingradius.com> wrote:
On Sep 27, 2015, at 9:40 PM, Richard Levenberg <richardl@ufp.com> wrote:
I am using an absolutely clean repo from https://github.com/FreeRADIUS/freeradius-server.git
I run ./configure, then make and get an error
This is either on master or v3.1.x
You're running on an old system. The compiler doesn't support 128 bit integers. I suggest using v3.0.x instead of v3.1.x.
Unless you're doing actual development work which you intend to submit back to the project, in which case v3.1.x is the correct branch. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Richard Levenberg