[postgis-tickets] [PostGIS] #2213: postgis-2.1.so: undefined symbol: json_tokener_errors

PostGIS trac at osgeo.org
Thu Jun 20 08:05:50 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):

 yes actually you dont need it as you can see from the comments here:

 https://github.com/json-c/json-c/issues/79

 So linking to the orignal -ljson should theoretically work, since libjson
 loads the newer one. The isssue is that the autoconf cannot find the
 methods it needs, since they have moved to the newer libjson-c lib. So a
 solution would be to look for the methods in the newer lib, but still link
 to the older named one... and that should fix it...

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2213#comment:12>
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