issue with building FR2.2.6 and openssl 1.0.2a
Hi, Just tried building R2.2.6 with latest openssl shared libraries and get /usr/local/sbin/radiusd: /usr/local/ssl/lib/libcrypto.so.1.0.0: no version information ... fail built openssl using ./config shared make make test make install then created a file openssl.confg in /etc/ld.so.conf.d with /usr/local/ssl/lib ran ldconifg -v build 2.2.6 with ./configure --with-openssl-libraries-dir=/usr/local/ssl/lib --with-openssl-includes=/usr/local/ssl/include Rgds Alex
On Mar 30, 2015, at 9:46 AM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
Just tried building R2.2.6 with latest openssl shared libraries and get
/usr/local/sbin/radiusd: /usr/local/ssl/lib/libcrypto.so.1.0.0: no version information ... fail
That message is produced by the dynamic linker. Not FreeRADIUS. Fix your linker so that it can load libraries. Alan DeKok.
participants (2)
-
Alan DeKok -
Alex Sharaz