Re: apr_json.h not found!

2019-08-05 Thread Bill Moo
Thanks for the reply Rainer, that certainly explains a lot and I now know what to do. Thanks again. -- Bill On Mon, 5 Aug 2019 at 13:46, Rainer Jung wrote: > > As far as I can see it is only part of APR-UTIL 1.7.x, which did not yet > see any release. You would need to check it out from svn, run

Re: apr_json.h not found!

2019-08-05 Thread Rainer Jung
As far as I can see it is only part of APR-UTIL 1.7.x, which did not yet see any release. You would need to check it out from svn, run buildconf in the checkout and then do the usual configure, make, ... But note it is not released software. Good enough for testing and probably a first APR-UTI

apr_json.h not found!

2019-08-05 Thread Bill Moo
Having realised I need to use the buckets and brigades to save the JSON I am now trying to use the JSON Encode / Decode library but when I include the apr_json.h file I’m told that it can’t be found and sure enough a search of the file system proves that the file doesn’t exist on the file system.