<div dir="auto">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 your platform's dynamic linking process and set it yourself.<div dir="auto"><div dir="auto"><div dir="auto"><div dir="auto"><br></div><div dir="auto">-Kyle H</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 13, 2019, 23:12 Mal via openssl-users <<a href="mailto:openssl-users@openssl.org">openssl-users@openssl.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On restart on my host with version 1.1.1d , I have this problem:<br>
><br>
HOST:/ # openssl version<br>
openssl: /usr/lib/arm-linux-gnueabihf/libssl.so.1.1: version<br>
`OPENSSL_1_1_1' not found (required by openssl)<br>
openssl: /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1: version<br>
`OPENSSL_1_1_1' not found (required by openssl)<br>
<br>
<br>
When i manually add LD_LIBRARY_PATH, we get back in business:<br>
><br>
HOST:/ # export LD_LIBRARY_PATH=/os/openssl-1.1.1d<br>
HOST:/ # openssl version<br>
OpenSSL 1.1.1d  10 Sep 2019<br>
<br>
<br>
<br>
Would someone let me know how to add this path permanently, as currently<br>
i need to re-add on restart ?<br>
<br>
Thanks..<br>
<br>
</blockquote></div>