Not working on Ubuntu 20 LTS
dubigrasu opened this issue · 4 comments
It needs higher version libraries than Ubuntu LTS can provide:
./amdfand: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33' not found (required by ./amdfand)`
Hi, I don't own any PC with Ubuntu 18 nor 20. I'm working on setting up GH matrix to build, upload and attach binary for both Ubuntu but in meanwhile only way to obtain working binary is building it from clone or with cargo install amdfand
(it'll be available in ~/.cargo/bin
).
This issue will remain open until solution for this case is implemented
@dubigrasu can you please download and verify if newest newest release is working for you?
GLibc was removed with musl and everything is statically linked. Docker Ubuntu image is working fine but I would like to double check that
Yes, it does start now. I only tested the "monitor" feature for now, but it seems to be working fine.
Many thanks.
I'm closing issue for now. Please reopen it if you will have any other problem on Ubuntu