<div dir="ltr"><div>Hi,<br><br>postgis 3.3.4<br>json-c 0.15<br><br>When I compiled 334, jsonc did not use environment variables. I used --with-jsondir=/usr/local/json-c-0.15. I confirmed that json-c-0.15 is installed.<br>configure record:<br>---<br>...<br>Check "/usr/local/json-c-0.15/include/json-c/json.h"...yes<br>Check json_object_get... in -ljson-c no<br>...<br>JSON-C support: no<br>...<br>---<br><br><br>Check line 985 of <a href="http://configure.ac">configure.ac</a>, `JSON_LDFLAGS="-L$JSONDIR/lib"`. The reason here is that json_object_get cannot be found in jsonc later.<br>My json-c-0.15 folder is not called "lib", but "lib64".<br><br>Is it necessary to make a judgment here, for 32-bit and 64-bit?<br><br>When I modify `JSON_LDFLAGS="-L$JSONDIR/lib"`==>`JSON_LDFLAGS="-L$JSONDIR/lib64"` everything works fine.<br></div><div><br></div><div>Thanks,</div><div>Wang Dapeng</div></div>