<div dir="ltr">Sorry, my bad!<div><br></div><div>Full output of "d -v" is here: <a href="https://drive.google.com/file/d/15okn-FtCFGE21iNVgSb5JIoCertATDeo/view?usp=sharing">https://drive.google.com/file/d/15okn-FtCFGE21iNVgSb5JIoCertATDeo/view?usp=sharing</a></div><div><br></div><div>---</div><div>==========================<br>[root@ip-10-3-0-165 ~]# ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012<br>SEARCH_DIR("=/usr/x86_64-redhat-linux/lib64")<br>SEARCH_DIR("=/usr/lib64")<br>SEARCH_DIR("=/usr/local/lib64")<br>SEARCH_DIR("=/lib64")<br>SEARCH_DIR("=/usr/x86_64-redhat-linux/lib")<br>SEARCH_DIR("=/usr/local/lib")<br>SEARCH_DIR("=/lib")<br>SEARCH_DIR("=/usr/lib")<br></div><div>-----</div><div>I don't see "/usr/local/lib/x86_64-unknown-linux-gnu" above. Potentially this is the problem? </div><div><br></div><div>I thought this could have add the path into ld's search path.</div><div>--</div><div># ls /etc/ld.so.conf.d/x86_64-unknown-linux-gnu.conf<br>/etc/ld.so.conf.d/x86_64-unknown-linux-gnu.conf<br># cat /etc/ld.so.conf.d/x86_64-unknown-linux-gnu.conf<br>/usr/local/lib/x86_64-unknown-linux-gnu<br></div><div>---</div><div><br></div><div>Thanks!</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 15 Dec 2021 at 16:58, Raul Tambre <<a href="mailto:raul@tambre.ee">raul@tambre.ee</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> > "ldconfig -v" gives a huge output, so I've made it available via the link <br>
below: It looks like path is available to ld.<br>
<br>
ldconfig outputs info about the dynamic linker's search patch. ld doesn't use <br>
that. ld's search patch is the one you're interested in.<br>
</blockquote></div>