Compiling FreeRADIUS 2.0.x on Solaris 10u4 x86
When running 'configure' on a Solaris 10u4 x86 container, with version 2.0.4 or 2.0.5, the modules rlm_krb5 and rlm_python do not get configured - with either Sun Studio 12 ou GCC 3.4.6, and even using CPPFLAGS or --with-rlm-FOO-etc. Also, where can I find reasonable information about how make the rlm_eap_ikev2? Thank you for any advice. _____________________ checking for DH_new in -lcrypto... yes checking for set_com_err_hook in -lcom_err... no configure: WARNING: the comm_err library isn't found! checking for krb5_init_context in -lkrb5... yes configure: WARNING: silently not building rlm_krb5. configure: WARNING: FAILURE: rlm_krb5 requires: krb5.h. checking for Py_Initialize in -lpython2.3... no configure: WARNING: silently not building rlm_python. configure: WARNING: FAILURE: rlm_python requires: Python.h libpython2.3. _____________________
Check and make sure library path is in your $PATH, you might need to add it (export PATH). Cheers, Roy Kartadinata ________________________________ From: freeradius-users-bounces+rkartadinata=pocket.com@lists.freeradius.org [mailto:freeradius-users-bounces+rkartadinata=pocket.com@lists.freeradiu s.org] On Behalf Of john zx Sent: Monday, June 23, 2008 9:44 AM To: freeradius-users@lists.freeradius.org Subject: Compiling FreeRADIUS 2.0.x on Solaris 10u4 x86 When running 'configure' on a Solaris 10u4 x86 container, with version 2.0.4 or 2.0.5, the modules rlm_krb5 and rlm_python do not get configured - with either Sun Studio 12 ou GCC 3.4.6, and even using CPPFLAGS or --with-rlm-FOO-etc. Also, where can I find reasonable information about how make the rlm_eap_ikev2? Thank you for any advice. _____________________ checking for DH_new in -lcrypto... yes checking for set_com_err_hook in -lcom_err... no configure: WARNING: the comm_err library isn't found! checking for krb5_init_context in -lkrb5... yes configure: WARNING: silently not building rlm_krb5. configure: WARNING: FAILURE: rlm_krb5 requires: krb5.h. checking for Py_Initialize in -lpython2.3... no configure: WARNING: silently not building rlm_python. configure: WARNING: FAILURE: rlm_python requires: Python.h libpython2.3. _____________________
How ? I've removed the file *_snmp.lo, snmp and libtool but the problem persist. What must i do? --- En date de : Lun 23.6.08, Roy Kartadinata <rkartadinata@pocket.com> a écrit : De: Roy Kartadinata <rkartadinata@pocket.com> Objet: RE: Compiling FreeRADIUS 2.0.x on Solaris 10u4 x86 À: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Date: Lundi 23 Juin 2008, 16h55 Check and make sure library path is in your $PATH, you might need to add it (export PATH). Cheers, Roy Kartadinata From: freeradius-users-bounces+rkartadinata=pocket.com@lists.freeradius.org [mailto:freeradius-users-bounces+rkartadinata=pocket.com@lists.freeradius.org] On Behalf Of john zx Sent: Monday, June 23, 2008 9:44 AM To: freeradius-users@lists.freeradius.org Subject: Compiling FreeRADIUS 2.0.x on Solaris 10u4 x86 When running 'configure' on a Solaris 10u4 x86 container, with version 2.0.4 or 2.0.5, the modules rlm_krb5 and rlm_python do not get configured - with either Sun Studio 12 ou GCC 3.4.6, and even using CPPFLAGS or --with-rlm-FOO-etc. Also, where can I find reasonable information about how make the rlm_eap_ikev2? Thank you for any advice. _____________________ checking for DH_new in -lcrypto... yes checking for set_com_err_hook in -lcom_err... no configure: WARNING: the comm_err library isn't found! checking for krb5_init_context in -lkrb5... yes configure: WARNING: silently not building rlm_krb5. configure: WARNING: FAILURE: rlm_krb5 requires: krb5.h. checking for Py_Initialize in -lpython2.3... no configure: WARNING: silently not building rlm_python. configure: WARNING: FAILURE: rlm_python requires: Python.h libpython2.3. _____________________ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html _____________________________________________________________________________ Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
john zx wrote:
When running 'configure' on a Solaris 10u4 x86 container, with version 2.0.4 or 2.0.5, the modules rlm_krb5 and rlm_python do not get configured - with either Sun Studio 12 ou GCC 3.4.6, and even using CPPFLAGS or --with-rlm-FOO-etc. Also, where can I find reasonable information about how make the rlm_eap_ikev2?
The configure scripts are there for convenience. If they don't find the right headers, it's because the C compiler can't find them. Fix that. Or, just edit the src/modules/rlm_*/Makefile directly. There's nothing magic there. Alan DeKok.
participants (4)
-
Alan DeKok -
ELOM ETSE -
john zx -
Roy Kartadinata