on terminal try to see which shared libraries are found with the &quot;ldd&quot; utility :  <br> $ ldd my_program<br><br>The path to shared librairies could be configured with the /etc/ld.so.conf file. Standart paths are &quot;/usr/lib&quot; and &quot;/usr/local/lib&quot;. If you change theses paths you need to run &quot;/sbin/ldconfig&quot; or re-run your terminal to take this change into account. <br>
Another way is to copy or sym-link your librairies on the same directory that your program/executable.<br><br>REM : PROJ_LIB is not the directory of the .so file, but the path to the data file ( the epsg / nad27 files for example). <br>
<br><div class="gmail_quote">2010/6/15 James Kilroy <span dir="ltr">&lt;<a href="mailto:jt_kilroy@yahoo.com">jt_kilroy@yahoo.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div>
<div><span><font face="Arial" size="2" color="#0000ff">So I 
have my code comiling and linking fine at this point, thanks for the 
assistance.  Now any pointers on how to get my application to find the .so 
file?  The .so is in the same directory as the lib file and the PROJ_LIB 
points to that directory.  Permissions are such that the .so is 
rw.</font></span></div>
<div><span><font face="Arial" size="2" color="#0000ff"></font></span> </div>
<div><span><font face="Arial" size="2" color="#0000ff">Thanks,</font></span></div>
<div><span><font face="Arial" size="2" color="#0000ff"></font></span> </div>
<div><span><font face="Arial" size="2" color="#0000ff">James 
Kilroy</font></span></div>
<blockquote dir="ltr" style="margin-right: 0px;">
  <div></div>
  <div dir="ltr" lang="en-us" align="left"><font face="Tahoma" size="2"><div class="im">-----Original Message-----<br><b>From:</b> 
  <a href="mailto:proj-bounces@lists.maptools.org" target="_blank">proj-bounces@lists.maptools.org</a> [mailto:<a href="mailto:proj-bounces@lists.maptools.org" target="_blank">proj-bounces@lists.maptools.org</a>] <b>On 
  Behalf Of </b>nicolas david<br><b>Sent:</b> Monday, June 14, 2010 2:17 
  PM<br><b>To:</b> PROJ.4 and general Projections Discussions<br></div><div class="im"><b>Subject:</b> 
  Re: [Proj] Trouble integrating Proj4 into 
  application<br><br></div></font></div><div><div></div><div class="h5">Hi<br><br>I&#39;ve done quite same thing recently 
  ( debian and ubuntu) and don&#39;t have any specific problems. <br>a) you have to 
  take care when including proj4 files, because it&#39;s an ANSI C library and not a 
  C++ lib. So, within a C++ project you have to use proj_api.h.<br>b) Concerning 
  ENV variable. I know two of them and one is needed in order to find data file. 
  <br>PROJ_LIB : path to your proj data file ( nad, epsg etc..)<br>PROJ_DEBUG : 
  if set to 1 make proj4 more verbose.<br><br>Hope it&#39;s helpful.<br><br>Nicolas 
  David<br><br>
  <div class="gmail_quote">2010/6/14 James Kilroy <span dir="ltr">&lt;<a href="mailto:jt_kilroy@yahoo.com" target="_blank">jt_kilroy@yahoo.com</a>&gt;</span><br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>
    <div><span><font face="Arial" size="2">Hello All,</font></span></div>
    <div><span><font face="Arial" size="2"></font></span> </div>
    <div><span><font face="Arial" size="2">My name is James Kilroy and I am a brand 
    new user of Proj4.  I have an extensive GIS back ground so I have a 
    good grasp of the concepts, and I have been coding professionally (C/C++) 
    for over 20 years.  I have installed the code base for Proj4 on my 
    Linux server (Fedora, very recent build).  The build went without a 
    hitch, all programs test out fine.  My problem is I can&#39;t get the lib 
    to compile into my project.  Keeps giving me lib not found errors, 
    though the lib is built, in place, and has proper permissions.  Are 
    there any specific compiler directives required or ENV variables that are 
    needed that I am not aware of?</font></span></div>
    <div><span><font face="Arial" size="2"></font></span> </div>
    <div><span><font face="Arial" size="2">Thanks,</font></span></div>
    <div><span><font face="Arial" size="2"></font></span> </div><font color="#888888">
    <div><span>
    <div align="left">
    <div><span><font face="Arial" size="2">James 
    Kilroy</font></span></div></div></span></div></font></div><br>_______________________________________________<br>Proj 
    mailing list<br><a href="mailto:Proj@lists.maptools.org" target="_blank">Proj@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/proj" target="_blank">http://lists.maptools.org/mailman/listinfo/proj</a><br>
</blockquote></div><br>
  </div></div><p><font face="Arial" size="2">No virus found in this incoming message.<br>Checked 
  by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>Version: 8.5.437 / Virus Database: 271.1.1/2929 - 
  Release Date: 06/14/10 06:35:00<br></font></p>
  <p><font face="Arial" size="2"></font></p></blockquote></div>
<br>_______________________________________________<br>
Proj mailing list<br>
<a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/proj" target="_blank">http://lists.maptools.org/mailman/listinfo/proj</a><br></blockquote></div><br>