Description of problem: When I try to use vglrun with EGL it crashes with an undefined symbol. Version-Release number of selected component (if applicable): 3.1.2-1.el9 How reproducible: always Steps to Reproduce: 1. set up vglclient 2. vglrun -d /dev/dri/card0 glxgears 3. Actual results: /usr/lib64/VirtualGL/libvglfaker.so: undefined symbol: eglGetProcAddress Expected results: Additional info: A workaround ist to preload libEGL: LD_PRELOAD=/lib64/libEGL.so.1 vglrun -d /dev/dri/card0 glxgears