RedisJSON / RedisJSON

RedisJSON - a JSON data type for Redis
https://redis.io/docs/stack/json/
Other
3.81k stars 322 forks source link

Error linking against libclang #735

Open patrickcusack opened 2 years ago

patrickcusack commented 2 years ago

name: Error linking against libclang description: cargo is unable to find libclang, despite specifying path title: "Error linking against libclang" labels: [cargo, libclang]

Cargo doesn't see my libclang library despite passing in the actual paths and/or containing folders.

Ayy thoughts on how to diagnose this further?

rafie commented 2 years ago

Hello @patrickcusack, Can you please attach your build commands? Thanks!