<div dir="ltr">Yay! Ok, that did it. So, did I do something wrong? After running updatedb, locate found the libraries in "/home/chrismarx/apps/lib/" . According to the build instructions, it suggested to create :<br>

<br><pre>mkdir -p ${HOME}/apps <br><br></pre>and build the app into there. Is that where those libraries should have ended up?<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 5, 2014 at 12:50 PM, Yves Jacolin <span dir="ltr"><<a href="mailto:yjacolin@free.fr" target="_blank">yjacolin@free.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Le lundi 5 mai 2014, 10:26:34 chris marx a écrit :<br>
<div class="">> Hi,<br>
>  Ok, some of this is a bit unfamiliar for me, but here goes. So, I ran ldd<br>
> on the qgis app, and it very clearly shows that that libqgis_core was not<br>
> found:<br>
><br>
> chrismarx@ubuntu:~/apps/bin$ ldd ./qgis<br>
>     linux-vdso.so.1 =>  (0x00007fff12158000)<br>
>     libqwt-qt4.so.5 => /usr/lib/libqwt-qt4.so.5 (0x00007f7b3606f000)<br>
>     libQtSql.so.4 => /usr/lib/x86_64-linux-gnu/libQtSql.so.4<br>
> (0x00007f7b35e30000)<br>
>     libQtWebKit.so.4 => /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4<br>
> (0x00007f7b34077000)<br>
>     libgdal1.7.0.so.1 => /usr/lib/libgdal1.7.0.so.1 (0x00007f7b3366d000)<br>
>     libqgis_core.so.2.3.0 => not found<br>
>     libqgis_gui.so.2.3.0 => not found<br>
>     libqgis_analysis.so.2.3.0 => not found<br>
</div>>     [..]<br>
This is the problem, if you added your correct lib path in<br>
/etc/ld.so.conf.d/qgis.conf (filename is not important, only the extension is<br>
important) then run sudo ldconfig your system should find them.<br>
<br>
First, run sudo updatedb then wait for a while. Finaly check the location<br>
with:<br>
locate libqgis_gui.so.2.3.0<br>
<br>
It gives you at least two location: your build src and your lib install path.<br>
Take the second one and put it into /etc/ ld.so.conf.d/qgis.conf, run again<br>
sudo ldconfig<br>
<br>
check again with your ldd command.<br>
<span class="HOEnZb"><font color="#888888"><br>
Y.<br>
<br>
--<br>
Yves Jacolin<br>
</font></span></blockquote></div><br></div>