ddvk / rmfakecloud

host your own cloud for the remarkable
GNU Affero General Public License v3.0
705 stars 57 forks source link

Unable to start rmfakecloud, error GLIBC_2.32/34 not found #224

Closed TheGreyDiamond closed 1 year ago

TheGreyDiamond commented 1 year ago

I've just pulled the new binary from GitHub and replaced the old one with it. I've set it up as a service using systemd. However any attempt to start the service fails with these two errors:

rmfakecloud[432286]: /usr/local/bin/rmfakecloud: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/rmfakecloud)
rmfakecloud[432286]: /usr/local/bin/rmfakecloud: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/rmfakecloud)

Trying to install the library, fails with it begin already installed. What am I missing here?

r0bbie commented 1 year ago

Same issue trying to run on Ubuntu 20.04 LTS

Eeems commented 1 year ago

Have you checked to see what files/links do exist for the glibc library? ls /lib/x86_64-linux-gnu/libc.*

TheGreyDiamond commented 1 year ago

Sorry for the late response this is my result:

-rw-r--r-- 1 root root 5,2M 14. Oct 21:35 /lib/x86_64-linux-gnu/libc.a
-rw-r--r-- 1 root root  283 14. Oct 21:35 /lib/x86_64-linux-gnu/libc.so
lrwxrwxrwx 1 root root   12 14. Oct 21:35 /lib/x86_64-linux-gnu/libc.so.6 -> libc-2.31.so

Running debian 11.6

r0bbie commented 1 year ago

Just to confirm that at least for me the updated build (https://github.com/ddvk/rmfakecloud/releases/tag/v0.0.13.1) resolves this issue on Ubuntu 20.04

TheGreyDiamond commented 1 year ago

It also fixed it for me! I didn't think to recheck the release section. Thanks for the fix!