20 Jun
2019
20 Jun
'19
12:12 a.m.
Hi all, I tried to compile FR from source on my Ubuntu 18.04 server according the instructions on wiki.freeradius.org.When I run ./configure command I got error: failed linking to libcrypto error I found the location of libcrypro.so.1.1. And run again ./configure command with explicit path to libcrypto.so..1.1: ./configure --with-openssl-lib-dir=/usr/lib/x86_64-linux-gnu/But I got again the same error message: failed linking to libcrypto error How can I fix the problem? Regards, nurtal