failed linking to libcrypto error during compilation from source
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
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?
Do you have the libssl-dev package installed?
Regards, nurtal - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Alejandro Perez-Mendez Technical Specialist (AAA), Trust & Identity M (+34) 619 333 219 Skype alejandro_perez_mendez jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 2881024, VAT number GB 197 0632 86. The registered office is: One Castle Park, Tower Hill, Bristol BS2 0JA. T 0203 697 5800.
On Jun 20, 2019, at 12:12 AM, Tal Nur via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
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
What are the *rest* of the errors? There are usually additional errors, like "library not found", or "unknown symbol", etc. Please don't post summaries of complex problems. It's much more productive to copy the *actual* errors to the list.
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?
Without more information, it's impossible to say. The build system uses tools from your OS in order to link libraries. So if linking libraries doesn't work, it's generally the fault of the tools in your OS. Alan DeKok.
participants (3)
-
Alan DeKok -
Alex Perez -
Tal Nur