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 

_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to