[postgis-tickets] [PostGIS] #2213: postgis-2.1.so: undefined symbol: json_tokener_errors
PostGIS
trac at osgeo.org
Tue Apr 9 13:19:15 PDT 2013
#2213: postgis-2.1.so: undefined symbol: json_tokener_errors
---------------------+------------------------------------------------------
Reporter: mloskot | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: trunk
Keywords: json-c |
---------------------+------------------------------------------------------
Comment(by kashif):
It could also be that because he's using the git version, it does not have
json_tokener_errors[] as a public api, but instead the new api is to use
the json_tokener_error_desc(...) method.
So we will need to check that when this happens in the official json-c
release. But for now, we would suggest that you remove your installation
of json-c and use the official one from ubuntu via: sudo apt-get install
libjson0-dev
I hope this helps!
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2213#comment:4>
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