[postgis-tickets] [PostGIS] #2990: Trouble installing

PostGIS trac at osgeo.org
Mon Nov 10 11:37:12 PST 2014


#2990: Trouble installing
---------------------+------------------------------------------------------
 Reporter:  jlocke   |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.5
Component:  postgis  |     Version:  2.1.x        
 Keywords:           |  
---------------------+------------------------------------------------------
 Background
 -----------------------------
 OS version: Mac OS X 10.9.5
 Postgres: 9.2.5_1 via Homebrew
 PostGis: 2.1.4_1 via Homebrew
 -----------------------------

 Competed installation and am stuck with the following error when running
 extension creation -

 -- Enable PostGIS (includes raster)
 CREATE EXTENSION postgis;
 -- Enable Topology
 CREATE EXTENSION postgis_topology;
 -- fuzzy matching needed for Tiger
 CREATE EXTENSION fuzzystrmatch;
 -- Enable US Tiger Geocoder
 CREATE EXTENSION postgis_tiger_geocoder;

 OUTPUT
 ----------------------------------------

 ERROR:  could not access file "$libdir/postgis-2.1": No such file or
 directory
 ********** Error **********

 ERROR: could not access file "$libdir/postgis-2.1": No such file or
 directory
 SQL state: 58P01
 ----------------------------------------

 Thanks- Jerry

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2990>
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