ankicommunity / anki-sync-server-rs

A personal custom Anki sync server,aim to provide an easier way for deployment
GNU Affero General Public License v3.0
180 stars 27 forks source link

/lib64/libm.so.6: version `GLIBC_2.xx' not found #68

Closed staraire closed 1 year ago

staraire commented 1 year ago
[root@bogon ankisyncd_1.1.0_linux_x64]# ./ankisyncd
./ankisyncd: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./ankisyncd)
./ankisyncd: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./ankisyncd)
./ankisyncd: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by ./ankisyncd)
./ankisyncd: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./ankisyncd)
./ankisyncd: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./ankisyncd)
./ankisyncd: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by ./ankisyncd)
[root@bogon ankisyncd_1.1.0_linux_x64]#

how to solve the problem?

dobefore commented 1 year ago

You can try latest version,that is 1.1.3. Hopefully this would solve the problem!

staraire commented 1 year ago

You can try latest version,that is 1.1.3. Hopefully this would solve the problem!

Thank you, but updating the library is so complicated that I ended up using docker