[postgis-devel] [PostGIS] #1933: [raster] raster2psql command installed into /usr

PostGIS trac at osgeo.org
Wed Jul 25 16:10:04 PDT 2012


#1933: [raster] raster2psql command installed into /usr
---------------------+------------------------------------------------------
 Reporter:  kib      |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.2
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by mwtoews):

 All postgres-related binaries should go into PGSQL_BINDIR. For Debian-
 based distributions `pg_wrapper` (from the `postgresql-client-common`
 package) is used to link to utilities in PGSQL_BINDIR.

 If you see, e.g. [wiki:UsersWikiPostGIS20Debian60src], all PostGIS
 binaries are connected using `pg_wrapper`:
 {{{
 sudo ln -sf /usr/share/postgresql-common/pg_wrapper
 /usr/local/bin/shp2pgsql
 sudo ln -sf /usr/share/postgresql-common/pg_wrapper
 /usr/local/bin/pgsql2shp
 sudo ln -sf /usr/share/postgresql-common/pg_wrapper
 /usr/local/bin/raster2pgsql
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1933#comment:7>
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-devel mailing list