Compile freeradius with wimax support
Hello all, I'm trying to compile freeradius with wimax support but no success. This is my configure line ./configure --prefix=/usr/local/freeradius --with-mysql-lib- dir=/usr/local/mysql/lib/mysql --with-mysql-include- dir=/usr/local/mysql/include/ --with-rlm_eap_tls --with-rlm_eap_ttls --with- rlm_eap_peap --with-rlm_wimax --enable-ltdl-install --with-openssl Haven't found anything on the net, nor at this list... -- Drazen Milosevic VeratNet IT - IT Platforms and Security Department Senior System Administrator 37 Vojvode Misica Boulevard, Belgrade, Serbia Phone: +381 11 360 53 85 Fax: +381 11 360 53 30 E-mail: dmilosevic@it.verat.net Web: http://www.verat.net
On Tuesday 22 December 2009 11:39:18 Alan DeKok wrote:
Drazen Milosevic wrote:
Hello all,
I'm trying to compile freeradius with wimax support but no success.
Perhaps you could try posting the error messages that are produced.
Alan DeKok.
There are no errors, configure just ends with all modules included except rlm_wimax? The version of freeradius is 2.1.7.
On Tuesday 22 December 2009 11:57:05 Alan DeKok wrote:
Drazen Milosevic wrote:
There are no errors, configure just ends with all modules included except rlm_wimax?
Why didn't you say that the first time?
The version of freeradius is 2.1.7.
do:
$./configure --with-experimental-modules ...
Alan DeKok.
Yeah, that was the solution.
participants (2)
-
Alan DeKok -
Drazen Milosevic