hi all,
i have some issues with installing amd driver on redhat enterprise linux 9. no stream
first was the SHA1 signature key for the rpm's. SHA1 is not supported anymore in redhat 9 for rpm keys.
this could be solved bi running this command:
update-crypto-policies --set DEFAULT:SHA1
after this, the ADM rpm's got installed. but compiling the module throw this error:
Local GCC version 110202 does not match kernel compiler GCC version 110201
but this is not true:
cat /proc/version
Linux version 5.14.0-70.13.1.el9_0.x86_64 (mockbuild@x86-vm-08.build.eng.bos.redhat.com)(gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9), GNU ld version 2.35.2-17.el9) #1 SMP PREEMPT Thu Apr 14 12:42:38 EDT 2022
gcc --version
gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9)
any ideas?
thanks...