<div dir="ltr">Hi,<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 2, 2014 at 2:53 PM, chris marx <span dir="ltr"><<a href="mailto:chrismarx@gmail.com" target="_blank">chrismarx@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_extra">Hi,<div> So those options already had the correct paths, so I didn't need to update them. I have the oracle instant client and sdk libraries installed, and cmake didn't complain about not finding them. Any other ideas?</div>
</div></blockquote><div><br><div>Maybe you need to update your LD_LIBRARY_PATH so QGIS or Qt knows of the custom OCI lib path during runtime?<br><br></div><div>The qsqlocispatial Qt SQL driver should be installed in Qt's plugins/sqldrivers/ dir (reason you may have needed sudo). It is the one linked against the OCI client. Maybe check that it is installed correctly, and that the OCI lib is linked correctly, using `ldd`?<br>
</div><div><br></div><div>This all assumes that it is the OCI lib stuff that is not being found in your error, and not something else.<br></div><div><br></div><div>Maybe some Linux gurus can help further.<br></div><div><br>
</div><div>Regards,<br><br></div>Larry<br><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_extra"><br><div class="gmail_quote">
On Fri, May 2, 2014 at 4:29 PM, Larry Shaffer <span dir="ltr"><<a href="mailto:larrys@dakotacarto.com" target="_blank">larrys@dakotacarto.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Chris,<br><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Fri, May 2, 2014 at 1:47 PM, chris marx <span dir="ltr"><<a href="mailto:chrismarx@gmail.com" target="_blank">chrismarx@gmail.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div>I followed the instructions here:<br><br><a href="https://raw.githubusercontent.com/qgis/QGIS/master/INSTALL" target="_blank">https://raw.githubusercontent.com/qgis/QGIS/master/INSTALL</a><br>





<br></div>
and did the build on a clean ubuntu 12.04 64bit vm. the only thing i changed from the vanilla build was to enable WITH_ORACLE. make and make install completed without errors, although i did have to run sudo make install, otherwise I got an error when it tried to copy oracle libs to the qt system folder. <br>
</div></div></div></div></blockquote></div></div></div></div></div></blockquote></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class=""><div class="h5"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra">
<div class="gmail_quote"><div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div>





<br></div>When starting the qgis app, I get:<br><br>./qgis: error while loading shared libraries: libqgis_core.so.2.3.0: cannot open shared object file: No such file or directory<br><br></div>Any ideas of how to figure out what went wrong? I'm only doing the custom build to enable oracle support-<br>



</div></div></blockquote><div><br></div></div></div><div>The support still needs access to the Oracle Instant Client library 'libclntsh'.<br><br>You can get binaries here:<br><a href="http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html" target="_blank">http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html</a><br>



<br></div><div>You'll need at least the Basic Lite and the SDK (for the headers).<br></div><div><br></div><div>If you install to a non-standard location, you will probably also need to define:<br><br>-D OCI_INCLUDE_DIR=<path-to-oracle-client-sdk>/sdk/include<br>



-D OCI_LIBRARY=<path-to>/lib/libclntsh.dylib<br><br></div><div>Coincidentally, when searching for whether there are pre-built binaries as deb packages, I came across a similar answer, that I believe you provided, via Kyngchaos.  :-)<br>



<br><a href="http://gis.stackexchange.com/a/75817/6725" target="_blank">http://gis.stackexchange.com/a/75817/6725</a><br></div><div><br></div><div>Regards,<br><br></div><div>Larry<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div dir="ltr"><div>


</div>Chris-<br></div>
<br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>