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.

Re: 1.1.1d LD_LIBRARY_PATH

2019-09-14 Thread Salz, Rich via openssl-users
On restart on my host with version 1.1.1d , I have this problem: I hope you are not replacing your system OpenSSL with one you built. Don't do that.

Re: 1.1.1d LD_LIBRARY_PATH

2019-09-14 Thread Kyle Hamilton
You might be able to set this in the equivalent of /etc/ld.so.conf and rerun ldconfig(8), but those specific operations rely on the GNU dynamic linker. The only clue that suggests it may be GNU's dynamic linker is the LD_LIBRARY_PATH environment variable name. If it's not, you'll have to look up

Re: 1.1.1d LD_LIBRARY_PATH

2019-09-13 Thread Hal Murray
> 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 -- These are my opinions. I hate spam.