Mfix-21.4 & RHEL 7.5 with X11 starts and fails to open GLEW could not be initialized: Missing GL version

Well some progress. On a Mac we could only get -k to work. However on Windows, e.g., with MobaXterm, and MESA_GL_VERSION_OVERRIDE=3.2 MESA_GLSL_VERSION_OVERRIDE=150, it works. I did a yum update and attached are the packages that were upgraded. Would someone, e.g., @cgw, be able to help identify which package(s) would’ve done this?

Before the update glxinfo returned this:

glxinfo | grep OpenGL
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 1.4 (2.1 Mesa 10.5.4)
OpenGL extensions:

After the update I see this:

glxinfo | grep OpenGL
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 7.0, 256 bits)
OpenGL version string: 2.1 Mesa 18.3.4
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 18.3.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:

yumupdates.txt (163.9 KB)