<div dir="ltr"><div><div>Thank you,<br>I found out that it uses /usr/lib64/libalkimia5.so.8.1.0 while ldd command dumps using, my local shared object file.<br></div>What could be the possible fix for this? Maybe passing the LD_LIBRARY_PATH argument but it will do that for all libs?<br><br><div>Regards<font color="#888888"><font color="#888888"><font color="#888888"><br></font></font></font></div><font color="#888888"><font color="#888888"><font color="#888888">Suraj Kumar Mahto</font></font><span style="font-family:monospace"><br></span></font></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 30, 2021 at 7:36 PM Thomas Baumgart via Kde-finance-apps <<a href="mailto:kde-finance-apps@kde.org">kde-finance-apps@kde.org</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">On Freitag, 30. Juli 2021 15:43:41 CEST Suraj Kumar Mahto via Kde-finance-apps wrote:<br>
<br>
> Using the getter function idSelector() returns error undefined reference to<br>
> `AlkOnlineQuoteSource::idSelector() const' . To use my local libalkimia. I<br>
> have created a symlink in kmymoney build/lib/ from alkimia<br>
> build/bin/libalkimia5.so.8  and ldd kmmoney returns using the same shared<br>
> object file.<br>
<br>
The linker may use a different path during build time than the link loader<br>
during run time. To see what the linker looks for run<br>
<br>
make VERBOSE=1<br>
<br>
which prints all command lines with all options.<br>
<br>
<br>
-- <br>
<br>
Regards<br>
<br>
Thomas Baumgart<br>
<br>
<a href="https://www.signal.org/" rel="noreferrer" target="_blank">https://www.signal.org/</a>       Signal, the better WhatsApp<br>
-------------------------------------------------------------<br>
Faster, better, cheaper - choose two of the above.<br>
 - Old engineering proverb<br>
-------------------------------------------------------------<br>
</blockquote></div>