bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

Binary error: version `GLIBC_2.32' not found #76

Closed n0madic closed 3 years ago

n0madic commented 3 years ago

When running the binary of the latest version 1.7 on Ubuntu 20.04, it displays an error:

slackcat: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by slackcat)

Output lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.2 LTS
Release:    20.04
Codename:   focal

Output ldd --version

ldd (Ubuntu GLIBC 2.31-0ubuntu9.2) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.

Please build a static version as in #70