Freeradius with eap_sim module



我在安装具有EAP-SIM支持的FreeRADIUS时遇到麻烦。我安装了最新的FreeRADIUS 3.2.1,使用以下命令:

git clone https://github.com/FreeRADIUS/freeradius-server.git
cd freeradius-server
git checkout v3.2.x
./configure --disable-shared
make
make install

安装后,在/usr/local/etc/raddb/mods-available下没有看到任何eap_sim模块,只看到eap模块。

在安装中是否有任何额外的步骤来获得这个模块可用?

-谢谢

rlm_eap_sim构建在一个标准系统上,并且几乎没有依赖关系。您需要阅读configure的输出,以了解为什么它没有构建。

我不相信--disable-shared这些天做了什么。所有的模块都是共享库

最新更新