Bug 2406259 - vglrun crashes when trying to use EGL
Summary: vglrun crashes when trying to use EGL
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: VirtualGL
Version: epel9
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Davide Cavalca
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-24 21:13 UTC by Götz Waschk
Modified: 2025-10-24 21:13 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Götz Waschk 2025-10-24 21:13:36 UTC
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


Note You need to log in before you can comment on or make changes to this bug.