[postgis-users] error: undefined symbol: json_tokener_errors in POSTGIS2.0

Paul Ramsey pramsey at cleverelephant.ca
Wed Jan 18 16:40:16 PST 2012


Often times Linux distros will ship without /usr/local/lib in the ld
path, so running ldconfig won't actually pick up libraries there. Edit
/etc/ld.so.conf and add a line for /usr/local/lib then run ldconfig
again.

P.

On Tue, Jan 17, 2012 at 6:59 AM, P Mohan <pmohan at neozon.net> wrote:
> hi Strk,
>
> i ran the ldconfig (load dynamic configuration) in the same directory as
> json-c make.
> then tried again, still getting the same error.
>
> is there any thing else that i should check?
>
> thanks
> pmohan
>
>
> On Tue, Jan 17, 2012 at 4:15 AM, Sandro Santilli <strk at keybit.net> wrote:
>>
>> On Tue, Jan 17, 2012 at 01:40:51AM -0500, P Mohan wrote:
>>
>> > /usr/lib/postgresql/9.1/lib/postgis-2.0.so: undefined symbol:
>> > json_tokener_errors
>> ...
>> >     installed json-c from source from github
>>
>> As root, run:
>>   # ldconfig
>>
>> --strk;
>>
>>  ()   Free GIS & Flash consultant/developer
>>  /\   http://strk.keybit.net/services.html
>> _______________________________________________
>> postgis-users mailing list
>> postgis-users at postgis.refractions.net
>> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>



More information about the postgis-users mailing list