Eraden / amdgpud

MIT License
191 stars 11 forks source link

Not working on Ubuntu 20 LTS #3

Closed dubigrasu closed 3 years ago

dubigrasu commented 3 years ago

It needs higher version libraries than Ubuntu LTS can provide: ./amdfand: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.33' not found (required by ./amdfand)`

Eraden commented 3 years ago

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

Eraden commented 3 years ago

@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

dubigrasu commented 3 years ago

Yes, it does start now. I only tested the "monitor" feature for now, but it seems to be working fine. Many thanks.

Eraden commented 3 years ago

I'm closing issue for now. Please reopen it if you will have any other problem on Ubuntu