Hello, I'm new to freeradius and open source in general, so please bear with me. I'm having a problem with the rlm_eap_tls.so module not compiling, or installing, depending on whether I'm compiling from source, or apt-geting the package. The complaint is that Openssl is missing, however I have installed openssl and libssl0.9.6 and libssl-dev. All to no avail. As you can see, I'm using freeradius 1.1.2. Any help much appreciated. debian:/usr/src/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_tls# ./configure loading cache ./config.cache checking for OpenSSL support... no configure: warning: silently not building rlm_eap_tls. configure: warning: FAILURE: rlm_eap_tls requires: OpenSSL. creating ./config.status creating Makefile creating config.h config.h is unchanged debian:/usr/src/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_tls# debian:/usr/src/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_tls# openssl version OpenSSL 0.9.7e 25 Oct 2004
"Lyle Tollefsen" <ltollefsen@yukoncollege.yk.ca> wrote:
debian:/usr/src/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_tls# ./configure
Don't run "configure" from a sub-directory. And since you're on debian, you can build the server using the debian packaging scripts in the top-level "debian" directory. Alan DeKok.
Allan, My guess is you were refering to the options pasted below. Do I simply run "./configure --build=debian" ? They are a tad cryptic. Host type: --build=BUILD configure for building on BUILD [BUILD=HOST] --host=HOST configure for HOST [guessed] --target=TARGET configure for TARGET [TARGET=HOST] Alan DeKok wrote:
"Lyle Tollefsen" <ltollefsen@yukoncollege.yk.ca> wrote:
debian:/usr/src/freeradius-1.1.2/src/modules/rlm_eap/types/rlm_eap_tls# ./configure
Don't run "configure" from a sub-directory.
And since you're on debian, you can build the server using the debian packaging scripts in the top-level "debian" directory.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"Lyle Tollefsen" <ltollefsen@yukoncollege.yk.ca> wrote:
My guess is you were refering to the options pasted below. Do I simply run "./configure --build=debian"
No. I mean there is a directory called "debian" included with the server. That directory contains scripts to build a debian package of FreeRADIUS. Those scripts will run "configure", etc. for you, with the right options. See the list archives for additional details. Alan DeKok.
Lyle Tollefsen wrote:
I'm new to freeradius and open source in general, so please bear with me. I'm having a problem with the rlm_eap_tls.so module not compiling, or installing, depending on whether I'm compiling from source, or apt-geting the package. The complaint is that Openssl is missing, however I have installed openssl and libssl0.9.6 and libssl-dev. All to no avail. As you can see, I'm using freeradius 1.1.2. Any help much appreciated.
The instructions to build a Debian package from sources are in the FAQ. http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ -- Nicolas Baradakis
Thank you, Alan and Nicolas, this is just what I needed. Lyle. Nicolas Baradakis wrote:
Lyle Tollefsen wrote:
I'm new to freeradius and open source in general, so please bear with me. I'm having a problem with the rlm_eap_tls.so module not compiling, or installing, depending on whether I'm compiling from source, or apt-geting the package. The complaint is that Openssl is missing, however I have installed openssl and libssl0.9.6 and libssl-dev. All to no avail. As you can see, I'm using freeradius 1.1.2. Any help much appreciated.
The instructions to build a Debian package from sources are in the FAQ. http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ
participants (3)
-
Alan DeKok -
Lyle Tollefsen -
Nicolas Baradakis