Hi Alan, I need to build 3.2.2 on CentOS7 because we will need to do a little customization. But before integrating our stuff yet, I got 3.2.2 compiling errors like "src/modules/rlm_eap/types/rlm_eap_pwd/rlm_eap_pwd.c:293:40: error: 'PW_EAP_PWD_PASSWORD_PREP' undeclared (first use in this function" and so on. So to build from 3.2.2 release tar file on CentOS 7 probably requires updates of freeradius-devel that contains header files for these attribute names? Thanks. Peter Date: Thu, 9 Mar 2023 15:19:33 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: release 3.2.2 devel Message-ID: <FE935638-27C6-4BBE-AF52-4F9C7B66B95B@deployingradius.com> Content-Type: text/plain; charset=us-ascii On Mar 9, 2023, at 3:05 PM, Peter Lee <peterli2005@gmail.com> wrote:
I tried to build freeradius from rel 3.2.2 package but could not find 3.2.2 freeradius-devel online. Where can I download it? Thanks
Pre-built packages are on http://packages.networkradius.com If you want to build your own packages, just grab a "tar" file of 3.2.2, and do "make deb" or "make rpm". The source is available as a "tar" file, so there's no need to provide source RPMs. The process to build custom packages is very OS-dependent. So it would help to say which OS you're trying to build packages for. Alan DeKok. On Thu, Mar 9, 2023 at 2:05 PM Peter Lee <peterli2005@gmail.com> wrote:
Hi,
I tried to build freeradius from rel 3.2.2 package but could not find 3.2.2 freeradius-devel online. Where can I download it? Thanks
Peter