1. apt-get install dpkg-dev
2. apt-get build-dep freeradius
3. tar xvzf freeradius-server-2.2.5.tar.gz
4. install the packets:
a. dpkg -i libfreeradius2_2.2.5+git_i386.deb
b. dpkg -i freeradius-common_2.2.5+git_i386.deb
c. dpkg -i freeradius-utils_2.2.5+git_i386.deb
d. dpkg -i freeradius_2.2.5+git_i386.deb
I got failed when the step 4(d).
* Checking Freeradius daemon configuration... [fail]
invoke-rc.d: initscript freeradius, action "restart" failed
Precessing triggers for ureadahead...
this is result when i try freeradius -X command:
libssl version mismatch. built with: 1000105f linked: 1000100f
the problem is mismatch libssl? but I was trying to find the same version.
so what should I do?