Skip to content

Error running in Linux (sometimes) #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
b-long opened this issue Feb 6, 2023 · 0 comments
Open

Error running in Linux (sometimes) #5

b-long opened this issue Feb 6, 2023 · 0 comments

Comments

@b-long
Copy link
Owner

b-long commented Feb 6, 2023

The binaries work on Ubuntu 22, via VirtualBox:

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)
@b-long b-long mentioned this issue Feb 6, 2023
@b-long b-long changed the title Error running in Ubuntu Error running in Linux (sometimes) Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant