[postgis-tickets] [PostGIS] #3274: PostGIS 2.1 dependency on proj.4
PostGIS
trac at osgeo.org
Wed Sep 9 14:01:47 PDT 2015
#3274: PostGIS 2.1 dependency on proj.4
----------------------+---------------------------
Reporter: watsonta | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.1.9
Component: postgis | Version: 2.1.x
Keywords: proj4 |
----------------------+---------------------------
Installed PostgreSQL 9.4 w/PostGIS 2.1 alongside 9.1 w/PostGIS 2.0 on RHEL
6.5 to prepare for upgrade. Ran pg_upgrade --check and got library issue:
Could not load library "$libdir/postgis-2.0"
ERROR: could not load library "/usr/pgsql-9.4/lib/postgis-2.0.so":
/usr/pgsql-9.4/lib/postgis-2.0.so: undefined symbol: pj_get_spheroid_defn
With help from strk on "postgresql" IRC channel, we identified the problem
as a broken dependency check. PostGIS 2.1 now requires libproj 4.8.0+
(instead of 4.6.0+).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3274>
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