kornelski / dssim

Image similarity comparison simulating human perception (multiscale SSIM in Rust)
https://kornel.ski/dssim
GNU Affero General Public License v3.0
1.09k stars 70 forks source link

version `GLIBC_2.18' not found #137

Closed ayroblu closed 1 year ago

ayroblu commented 1 year ago

Hi, I was wondering if there's some kind of workaround for this. I'm guessing there's some shared libraries that you're depending on that aren't available on my version of linux (centos 7):

./dssim: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./dssim)
kornelski commented 1 year ago

This binary requires an OS from at least 2013, and yours hasn't been updated since 2009. I don't support such old systems.