[postgis-tickets] [PostGIS] #3519: El Capitan - CREATE EXTENSION postgis fails with "ERROR: could not load library "/Library/PostgreSQL/9.5/lib/postgresql/rtpostgis-2.2.so": dlopen(/Library/PostgreSQL/9.5/lib/postgresql/rtpostgis-2.2.so, 10): Symbol not found: _SSLv2_client_method"
PostGIS
trac at osgeo.org
Wed Apr 6 00:26:59 PDT 2016
#3519: El Capitan - CREATE EXTENSION postgis fails with "ERROR: could not load
library "/Library/PostgreSQL/9.5/lib/postgresql/rtpostgis-2.2.so":
dlopen(/Library/PostgreSQL/9.5/lib/postgresql/rtpostgis-2.2.so, 10): Symbol
not found: _SSLv2_client_method"
----------------------+----------------------------------
Reporter: remy | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS PostgreSQL
Component: postgis | Version: 2.2.x
Resolution: | Keywords: _SSLv2_client_method
----------------------+----------------------------------
Changes (by robe):
* owner: pramsey => robe
* milestone: PostGIS 2.2.3 => PostGIS PostgreSQL
Comment:
This sounds like the same issue I ran into and fixed on windows.
Unfortunately I don't package for MacOSX so you need to talk with EDB
folks directly and have them rebuild their GDAL library.
The issue I ran into on windows and fixed detailed here -
http://www.postgresonline.com/journal/archives/364-PostGIS-2.2-Windows-
users-hold-off-on-installing-latest-PostgreSQL-patch-release.html
In older versions they compiled with a lower SSL and in 9.5.2 (at least
for windows they upgraded the OpenSSL library to a version that is
incompatible with what they shipped in 9.5.1 - assume the same case on
Mac) . So Short answer - the libcurl they are shipping (to support GDAL)
needs to be compiled with newer version of SSL.
I'll relay your message to them.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3519#comment:1>
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