-
Environment
Description of issuecan't run any of the released images on arm64 hardware. ./postgrest: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by ./postgrest) UPDATE - it says it has 2.26 ➜ ~ sudo yum install glibc-devel
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
amzn2-core | 3.7 kB 00:00:00
200 packages excluded due to repository priority protections
Package glibc-devel-2.26-55.amzn2.aarch64 already installed and latest version
Nothing to do https://aws.amazon.com/amazon-linux-2/release-notes/ glibc-2.26-55.amzn2.aarch64 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Have you tried using the binary compiled for Ubuntu ARM64? postgrest-v8.0.0-ubuntu-aarch64.tar.xz Likely you'll need to install some packages for it to work. Otherwise you'd need to compile from source. Basically:
Then you can get the binary from |
Beta Was this translation helpful? Give feedback.
-
UPDATE ➜ postgrest git:(main) curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh Welcome to Haskell! This script will download and install the following binaries:
ghcup installs only into the following directory, Press ENTER to proceed or ctrl-c to abort. Detected bash shell on your system... [P] Yes, prepend [A] Yes, append [N] No [?] Help (default is "P"). ADo you want to install haskell-language-server (HLS)? [Y] Yes [N] No [?] Help (default is "N"). YDo you want to install stack? [Y] Yes [N] No [?] Help (default is "N"). Y |
Beta Was this translation helpful? Give feedback.
UPDATE
cabal --version
cabal-install version 1.16.1.0
using version 1.16.0 of the Cabal library
➜ postgrest git:(main) curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Welcome to Haskell!
This script will do…