• ...completing these steps, your Linux OS installation should proceed without encountering the “Fatal glibc error: CPU does not support x8664-v2” message.
  • I'm trying to build my docker container based on keycloak:21.0, but it fails on build.sh, and says: Fatal glibc error: CPU does not support x86-64-v2.
  • As of PMM 2.38.0, the base image for the PMM docker container is RHEL9 which requires x86-64-v2.
  • A Mysql container is throwing this error and doesn’t start: Fatal glibc error: CPU does not support x86-64-v2.
  • CPU feature checking - require x86-64-v2. ... This is a mostly dummy package which checks for x86-64-v2 and refuses to install on unsupported hardware.
  • Here are some common questions and answers related to troubleshooting the fatal glibc error when the CPU does not support x86-64-v2.
  • One of the benefits expected from switching the base architecture to x86_64-v2 would be that some newer processor instructions can be used to optimize the distro.
  • All x86-64-v2 toolchains. Tests passed Build test failed Test system did not boot Can not test.
  • The Nehalem did add SSE4.2 and POPCNT instructions and those might be first Intel CPU's that support all of x86-64-v2.
  • el9 will require your AMD or Intel 64 bit cpu to support a minimum of x86-64-v2. Here is a script to find out what you’ve got.
  • Sadly the container won't start with the logs showing me this error: sudo docker logs -f mysql-server. Fatal glibc error: CPU does not support x86-64-v2.
  • x86-64-v2 not available. ... I have attached the output of lscpu which seems to indicate that x86-64 is available and should be an option for cpu selection in a VM.
  • warning: Generating 18 missing index(es), please wait... Fatal glibc error: CPU does not support x86-64-v2. Error in PREIN scriptlet in rpm package libutempter.
  • @jimenro you need to check CPU Compatibility, you can use the lscpu command on the host node to verify supported features (look for "x86-64-v2" in flags).