15 Jun
2009
15 Jun
'09
4:04 a.m.
Nakul Deshpande wrote:
radiusd.conf[636] Failed to link to module 'rlm_unix': rlm_unix.a: cannot open shared object file: No such file or directory radiusd.conf[1971] Unknown module "unix". radiusd.conf[1931] Failed to parse authenticate section.
The module hasn't been built. Likely because the various headers it needs don't exist on the system.
I have tried searching the previous posts and read the outputs of the commands: ./configure, make and make install. I have not been able to debug this so far. Can somebody please help me out with this?
If you don't need the "unix" module, just delete all references to it from the configuration files. Alan DeKok.