[postgis-tickets] [PostGIS] #3148: Another GUC for PROJSO or can we just figure out the PROJSO?

PostGIS trac at osgeo.org
Fri Jun 5 20:16:26 PDT 2015


#3148: Another GUC for PROJSO or can we just figure out the PROJSO?
---------------------+---------------------------
  Reporter:  robe    |      Owner:  dustymugs
      Type:  defect  |     Status:  new
  Priority:  medium  |  Milestone:  PostGIS 2.2.0
 Component:  raster  |    Version:  trunk
Resolution:          |   Keywords:
---------------------+---------------------------

Comment (by robe):

 for completeness IRC dialog from EvenR:


 {{{
 <EvenR> robe2: proj dll is loaded through LoadLibrary()
 <robe2> EvenR: so doesn't matter about compile time right?
 <robe2> so issue is i installed 4.9.1
 <robe2> and if I build postgis against 4.9.1 it still looks for
 libproj-0.dll
 <robe2> unless I set PROJSO to libproj-9.dll
 <EvenR> The default build doesn't need the include files or .lib of proj.
 But the --with-static-proj configure flag can be used for traditionnal
 linking
 <EvenR> ah yes, the .so number has changed. hum
 }}}

 So it does seem like most likedly I'm just getting the default hard-coded
 name in GDAL 1.11.1.  PErhaps GDAL 2.0 will come out before PostGIS 2.2.
 and I can up to that and it will have proj 4.9.1 as default and this will
 be a non-issue again.

 I really don't want to statically compile in proj into my GDAL since I
 ship with GAL whatever files (which could be different between versions)

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3148#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list