[postgis-users] PostGIS JSON issue AWS

Sandro Santilli strk at keybit.net
Sun Oct 21 23:33:32 PDT 2012


On Sat, Oct 20, 2012 at 05:39:51PM -0700, Daniel Devine wrote:
> Hi,
> 
> I'm having the same trouble building PostGIS on AWS that some other posters here have encountered.
> 
> ERROR:  could not load library …..postgis-2.0.so: undefined symbol: json_tokener_errors

Did you install postgis from sources ?
Did you run "make check" before installing ?  Did it succeed ?

Find your postgis-2.0.so file, run `ldd <postgis20_so>` on it and see if you
get any not-found message and if you get a libjson link line.
Then run `nm <libjson_file>` and see if you get any
``json_tokener_errors`` line

--strk;

 http://www.cartodb.com - Map, analyze and build applications with your data

                                       ~~ http://strk.keybit.net 




More information about the postgis-users mailing list