Grive Grief

General support questions
Post Reply
TravisBanger
Posts: 8
Joined: 2015/03/28 09:05:37

Grive Grief

Post by TravisBanger » 2015/03/28 09:45:56

I almost have Grive running.

I followed these instructions (by marco):

viewtopic.php?f=48&t=47682#p202603

In short, instead of attempting to build source code 0.2 somebody is offering a binary :-\ RPM with version 0.3 in it.

My only remaining problem seems to be related to the fact that I have json-c 1.1 and apparently Grive needs another version.

Code: Select all

grive: symbol lookup error: grive: undefined symbol: json_tokener_errors
The jason-c developers have been changing their interface.

TIA

ps: My system is CentOS6

giulix63
Posts: 1305
Joined: 2014/05/14 10:06:37
Location: UK

Re: Grive Grief

Post by giulix63 » 2015/03/28 12:50:13

Here's the 0.12 release of json-c for x86_64, but without documentation.

Update: that won't work either. Apparently, json_tokener_errors has been obsoleted and substituted by json_tokener_get_error. You'll have to replace all instances of json_tokener_errors[error] with json_tokener_get_error(error).
Root is evil: Do not use root (sudo) to run any of the commands specified in my posts unless explicitly indicated. Please, provide the necessary amount of context to understand your problem/question.

Post Reply