19 Jan
2009
19 Jan
'09
9:17 a.m.
Tomas D wrote:
if this is what I get when staring radius: root@radius:/home/radius# ./sbin/radiusd -X ... make: openssl: Command not found
You don't have the OpenSSL command installed. It is needed to create the default certificates that come with the server. Try doing: $ cd /home/radius/etc/raddb/certs $ make If that works, the server should be able to start. If it doesn't work, you will need to install the "openssl" command, OR install certificates manually.
I believe something is still not right with openssl, I tried running openssl, command not found...
Then install the openssl package. Alan DeKok.