**Steps:** - download flog release - [flog_0.4.4_linux_amd64.tar.gz](https://github.com/mingrammer/flog/releases/download/v0.4.4/flog_0.4.4_linux_amd64.tar.gz) - extract `.tar.gz` file & move `flog` executable to `/usr/local/bin` - export PATH in .bashrc & `source .bashrc` - run flog - `flog --version` on terminal **Actual output:** - `flog: /lib64/libc.so.6: version 'GLIBC_2.32' not found (required by flog)` on the terminal while running. **Expected output:** - flow should show the version on the terminal **Other metadata:** - Flog `v0.4.4` - os - `CentOS Linux release 7.9.2009 (Core)`