Error Compiling 3.1.x
Alan DeKok
aland at deployingradius.com
Wed Jul 22 15:38:09 CEST 2015
On Jul 20, 2015, at 11:47 PM, Scott Pickles via Freeradius-Users <freeradius-users at lists.freeradius.org> wrote:
> I am compiling FreeRADIUS version 3.1.x from source and I get the following error:
> []# cd freeradius-server-3.1.x[]# ./configure --with-openssl-lib-dir=/usr/local/ssl/lib --with-openssl-include-dir=/usr/local/ssl/include[]# make
>
> [ .... SNIP ....]
> CC src/lib/version.c
> /usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(md4_dgst.o): relocation R_X86_64_PC32 against undefined symbol `memset@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC
A ".a" file is a static library. FreeRADIUS needs a "libcrypto.so" file to work.
Alan DeKok.
More information about the Freeradius-Users
mailing list