You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vagrant@ubuntu-jammy:/vagrant_data/binaries/x86_64-unknown-linux-gnu/release/install$ ./moosecli --help
Usage: moosecli [OPTIONS]
Options:
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
vagrant@ubuntu-jammy:/vagrant_data/binaries/x86_64-unknown-linux-gnu/release/install$ cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"
PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
However, an error occurs on CentOS 8, via VirtualBox:
[vagrant@localhost install]$ ./moosecli --help
./moosecli: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./moosecli)
./moosecli: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by ./moosecli)
./moosecli: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./moosecli)
./moosecli: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./moosecli)
./moosecli: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by ./moosecli)
./moosecli: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./moosecli)
And, on Ubuntu in WSL:
$ ./moosecli
./moosecli: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./moosecli)
./moosecli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./moosecli)
./moosecli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./moosecli)
./moosecli: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./moosecli)
The text was updated successfully, but these errors were encountered:
The binaries work on Ubuntu 22, via VirtualBox:
However, an error occurs on CentOS 8, via VirtualBox:
And, on Ubuntu in WSL:
The text was updated successfully, but these errors were encountered: