Azure / azqr

Azure Quick Review
https://azure.github.io/azqr
MIT License
489 stars 77 forks source link

Support Installation for Ubuntu 20.04 #234

Closed Luisivg closed 4 months ago

Luisivg commented 4 months ago

Currently is not possible to use azqr in Ubuntu 20.04 since the required verion of glibc is the 2.32 or 2.34 what is not available in Ubuntu 20.04 (uses 2.31)

See error log and the current glibc version

luisivg@AXLTNFfOnHNNlYK:~$ ./azqr scan -s dcap-dev -g dcap-dcapjfsbx-rsg-weu1-dev-snbx --debug ./azqr: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./azqr) ./azqr: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.32' not found (required by ./azqr)

luisivg@AXLTNFfOnHNNlYK:~$ ldd --version | head -n1 ldd (Ubuntu GLIBC 2.31-0ubuntu9.15) 2.31

cmendible commented 4 months ago

Fixed in version: v.1.1.5