On Mon, Jun 9, 2014 at 2:52 PM, Muhammad Hasan <muhhasan.1311@gmail.com> wrote:
Hi,
I want to ask something about installation freeradius server. actually I want to try eap-sim on freeradius 2.2.5 in ubuntu sever 12.04
the step that I was tried are like these: 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
... and where is the step where you actually compile the package? e.g. "dpkg-buildpackage -b"? Should be between step 3 and 4.
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?
You probably download a prebuilt package (deb) belonging to another distro/version, not the one you actually compile. If you just want to use FR-2.2.5 on ubuntu, try https://launchpad.net/~freeradius/+archive/stable -- Fajar