Compilation Warning - FreeRadius 3.0.16
Hi All, we downloaded the source software freeradius 3.0.16 from: git clone https://github.com/FreeRADIUS/freeradius-server.git cd freeradius-server git checkout release_3_0_16 The OS is RHEL 7.4. We will use freeRadius with Oracle 12 DataBase. We compiled with this enviroment variable seting export LD_LIBRARY_PATH=/usr/lib/oracle/12.2/client64/lib:/usr/lib:/usr/lib64 export ORACLE_HOME=/usr/include/oracle/12.2/client64 We had this WARNING: configure: WARNING: securid headers not found. Use --with-rlm-securid-include-dir=<path>. checking for SD_Init in -laceclnt... no checking for SD_Init in -laceclnt in /usr/local/lib... no checking for SD_Init in -laceclnt in /opt/lib... no configure: WARNING: securid libraries not found. Use --with-rlm-securid-lib-dir=<path>. configure: WARNING: silently not building rlm_securid. configure: WARNING: FAILURE: rlm_securid requires: acexport.h libaceclnt. configure: WARNING: silently not building rlm_opendirectory. configure: WARNING: FAILURE: rlm_opendirectory requires: membership.h. configure: WARNING: Oracle version >= 12 needs -laio We would like to know if these warnings can generate incorrect behavior of the software. Thanks Andrea
if you dont need/use SecurID or opendirectory no... but you installed with ORACLE path - so I assume you want/need Oracle support..and thus configure: WARNING: Oracle version >= 12 needs -laio THAT is the one you should care about. you need to install the aio development libraries alan
Hi Alan, We install the library libaio-devel-0.3.109-13.el7.x86_64. This installs the following two files: /usr/include/libaio.h /usr/lib64/libaio.so Is this installation enough? Is it necessary to add parameters during configuration and compilation of the software? BR Andrea ________________________________ Da: Freeradius-Users <freeradius-users-bounces+andrea.mucci=outlook.com@lists.freeradius.org> per conto di Alan Buxey <alan.buxey@gmail.com> Inviato: venerdì 26 gennaio 2018 18:12 A: FreeRadius users mailing list Oggetto: Re: Compilation Warning - FreeRadius 3.0.16 if you dont need/use SecurID or opendirectory no... but you installed with ORACLE path - so I assume you want/need Oracle support..and thus configure: WARNING: Oracle version >= 12 needs -laio THAT is the one you should care about. you need to install the aio development libraries alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I'm interested in this too. El lun., 29 ene. 2018 a las 14:56, Andrea Mucci (<andrea.mucci@outlook.com>) escribió:
Hi Alan, We install the library libaio-devel-0.3.109-13.el7.x86_64. This installs the following two files: /usr/include/libaio.h /usr/lib64/libaio.so
Is this installation enough? Is it necessary to add parameters during configuration and compilation of the software?
BR Andrea
________________________________ Da: Freeradius-Users <freeradius-users-bounces+andrea.mucci= outlook.com@lists.freeradius.org> per conto di Alan Buxey < alan.buxey@gmail.com> Inviato: venerdì 26 gennaio 2018 18:12 A: FreeRadius users mailing list Oggetto: Re: Compilation Warning - FreeRadius 3.0.16
if you dont need/use SecurID or opendirectory no... but you installed with ORACLE path - so I assume you want/need Oracle support..and thus
configure: WARNING: Oracle version >= 12 needs -laio
THAT is the one you should care about. you need to install the aio development libraries
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Alan Buxey -
Alan DeKok -
Alberto Martínez Setién -
Andrea Mucci