[postgis-tickets] [PostGIS] #3308: Having issue running the gui loader / dumper on my computer

PostGIS trac at osgeo.org
Thu Oct 1 23:24:56 PDT 2015


#3308: Having issue running the gui loader / dumper on my computer
----------------------------+---------------------------
  Reporter:  robe           |      Owner:  robe
      Type:  defect         |     Status:  closed
  Priority:  low            |  Milestone:  PostGIS 2.2.0
 Component:  loader/dumper  |    Version:  trunk
Resolution:  fixed          |   Keywords:
----------------------------+---------------------------

Comment (by strk):

 Note that those dependencies are not dependencies of shp2pgsql-gui itself,
 but of liblwgeom.
 The shp2pgsql-gui executable dependencies are as follows:
 {{{
 [strk at cdb:/usr/src/postgis/postgis/loader(svn-trunk)] objdump -x .libs
 /shp2pgsql-gui | grep NEEDED
   NEEDED               liblwgeom-2.2.so.2
   NEEDED               libgtk-x11-2.0.so.0
   NEEDED               libgobject-2.0.so.0
   NEEDED               libglib-2.0.so.0
   NEEDED               libc.so.6
   NEEDED               libpq.so.5
 }}}

 I guess shp2pgsql only uses the WKB/WKT input output routines
 (liblwgeom_ogcformats.so?)

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3308#comment:6>
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