<div dir="ltr">Sorry, I think you misunderstood, the previous commands did work. I can start qgis now! yay! I was asking an additional question  -- whether I did something wrong in the first place, or is this what you're expected to do when building qgis?
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 5, 2014 at 1:32 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">


ok I understand :)<br>
<br>
Add /home/chrismarx/apps/lib/ in the /etc/ld.so.conf.d/qgis.conf is not<br>
already done and run sudo ldconfig.<br>
<br>
If you already do such command line, well I don't know what's wrong. Last<br>
idea: do you use redhat or something like this?<br>
<br>
Y.<br>
Le lundi 5 mai 2014, 13:21:44 chris marx a écrit :<br>
<div><div>> Yay! Ok, that did it. So, did I do something wrong? After running updatedb,<br>
> locate found the libraries in "/home/chrismarx/apps/lib/" . According to<br>
> the build instructions, it suggested to create :<br>
><br>
> mkdir -p ${HOME}/apps<br>
><br>
> and build the app into there. Is that where those libraries should have<br>
> ended up?<br>
><br>
> On Mon, May 5, 2014 at 12:50 PM, Yves Jacolin <<a href="mailto:yjacolin@free.fr" target="_blank">yjacolin@free.fr</a>> wrote:<br>
> > Le lundi 5 mai 2014, 10:26:34 chris marx a écrit :<br>
> > > Hi,<br>
> > ><br>
> > >  Ok, some of this is a bit unfamiliar for me, but here goes. So, I ran<br>
> ><br>
> > ldd<br>
> ><br>
> > > on the qgis app, and it very clearly shows that that libqgis_core was<br>
> > > not<br>
> > > found:<br>
> > ><br>
> > > chrismarx@ubuntu:~/apps/bin$ ldd ./qgis<br>
> > ><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>
> > ><br>
> > > (0x00007f7b35e30000)<br>
> > ><br>
> > >     libQtWebKit.so.4 => /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4<br>
> > ><br>
> > > (0x00007f7b34077000)<br>
> > ><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>
> > >     [..]<br>
> ><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<br>
> > 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<br>
> > path.<br>
> > Take the second one and put it into /etc/ ld.so.conf.d/qgis.conf, run<br>
> > again<br>
> > sudo ldconfig<br>
> ><br>
> > check again with your ldd command.<br>
> ><br>
> > Y.<br>
> ><br>
> > --<br>
> > Yves Jacolin<br>
<br>
</div></div><span><font color="#888888">--<br>
Yves Jacolin<br>
</font></span></blockquote></div><br></div></div>