<div dir="ltr">Hi,<div><br></div><div>I'm running a program linked to PROJ on docker.  I have verified that proj.db is in the directory /usr/share/proj.  I have verified that my application is linking to /usr/lib/libproj.so.15.  Yet when I run my program I get:<br><br>GDAL failure (1) PROJ: proj_create_from_database: Cannot find proj.db<br><br>Setting PROJ_LIB explicitly to /usr/share/proj fixes the issue.  Is there some way I can trace the cause of this failure?  I tried setting PROJ_DEBUG to 3 but got no extra information.<br><br>Of note:<br><br>- I created the items in this docker container by moving files from another location to /usr/lib, /usr/share, etc.</div><div>- I don't know if the path-relative finding is in this version, but I wrote a small program to verify that dladdr() resolves to the correct libproj.so.15 location.</div><div><br></div><div>From the header files, I believe I'm using PROJ 6.3.  The library is libproj.so.15.3.1.</div><div><br></div><div>Thanks,</div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div></div></div>