vscode-opa icon indicating copy to clipboard operation
vscode-opa copied to clipboard

Install the OPA statically linked binary

Open tafkam opened this issue 2 years ago • 2 comments

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)

tafkam avatar May 13 '22 09:05 tafkam

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 :)

anderseknert avatar May 13 '22 11:05 anderseknert

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

tafkam avatar May 13 '22 12:05 tafkam