1.1.1d LD_LIBRARY_PATH

2019-09-13 Thread Mal via openssl-users
Hi, On restart on my host with version 1.1.1d , I have this problem: > HOST:/ # openssl version openssl: /usr/lib/arm-linux-gnueabihf/libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by openssl) openssl: /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (re

Re: 1.1.1d LD_LIBRARY_PATH

2019-09-15 Thread Mal via openssl-users
On 14/09/2019 3:26 pm, Hal Murray wrote: > >> Would someone let me know how to add this path permanently, as currently i >> need to re-add on restart ? > > man ld, search for rpath > > Re-built with: ./config -Wl,-rpath,/os/openssl-1.1.1d Worked a treat.