open-policy-agent / vscode-opa

An extension for VS Code which provides support for OPA and the Rego policy language
https://openpolicyagent.org
Apache License 2.0
113 stars 31 forks source link

Install the OPA statically linked binary #75

Open tafkam opened 2 years ago

tafkam commented 2 years ago

Please download the statically linked OPA binary from OPA releases.

Getting library errors with the non-statically linked binary: ./opa: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by ./opa)

anderseknert commented 2 years ago

Thanks for reporting that @tafkam ! What platform are you on? Looks like the downloader only checks for the OS and not the architecture. Quick fix would be to just download OPA yourself and put it in the path... until this is fixed properly of course :)

tafkam commented 2 years ago

Using Rocky Linux8. Already did that quickfix manually ;-)