Good day,
I have been trying to get an install of tiny core with freeradius working but there seems to be an outdated dependency and I dont know enough about re compiling code to fix it.
when i do a fresh install and install freeradius.tcz, in theory it should grab all the dependencies required and start, which it does. But when I run the program (radiusd -X) the bootstrap script to create certificates (which runs when its a fresh install) times itself out and doesnt create the proper certificates.... This was easily fixed when i went into /usr/local/etc/raddb directory and started (sudo ./bootstrap) the script manually. However after creating the (default) certificates I get this error when running radiusd -X:
rlm_eap: SSL error error:06074079:digital envelope routines:EVP_PBE_CipherInit:unknown pbe algorithm
I went one step further and downloaded the latest freeradius and compiled from source (using the very basic configure, make, make install) and this worked flawlessly (after satisfying the dependencies)... but I could not keep it between reboots... I have searched for the error (mentioned above) and no one else has come across it, so perhaps its something I am over looking.... Any suggestions would be appreciated it.