Tips for installing on Almalinux 8?

user@metal:~# ./grin
./grin: /lib64/libtinfo.so.6: no version information available (required by ./grin)
./grin: /lib64/libncursesw.so.6: no version information available (required by ./grin)
./grin: /lib64/libncursesw.so.6: no version information available (required by ./grin)
./grin: /lib64/libc.so.6: version GLIBC_2.32' not found (required by ./grin) ./grin: /lib64/libc.so.6: version GLIBC_2.33’ not found (required by ./grin)
./grin: /lib64/libc.so.6: version `GLIBC_2.34’ not found (required by ./grin)

The main problem I think is that my GLIBC is v 2.28 and those versions are required by grin… So is some kind of containerized version of GRIN needed in this case?

Thanks for the help in advance

Can you not install/update those packages?
For containerization, you have an old snap version and docker, but that adds a lot of overhead.
So, most logical to me would be to just install them:

https://pkgs.org/download/libtinfo.so.5

Just google them each.

2 Likes

What I’ve learned is that Almalinux 8 ships with a lower version and it’s not so easy to upgrade, it’s risky. I’ll just install grin on another server I have, but eventually I think it’d be great if a containerized version of grin were updated (snap)

Thanks for the suggestion, friend

2 Likes

You need to build it locally, AppImage format solves problem with GLIBC.

3 Likes