./eagle: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers Autodesk eagle requires following dependencies libc.so.6 with subversion GLIBC_2.14 or higher.
Please Help!!
22 Answers
There is some graphics incompatibility of EAGLE and Ubuntu 20.04 LTS.
As a workaround run it always with:
env LIBGL_ALWAYS_SOFTWARE=1 ./eagle 0Create a .desktop link
[Desktop Entry] Type=Application Name=Eagle Name[de_DE]=Eagle Comment=Test the terminal running a command inside it Exec=env LIBGL_ALWAYS_SOFTWARE=1 /home/YOUR_PC/eagle-9.6.2/./eagle run Icon=/home/YOUR_PC/eagle-9.6./bin/eagle-logo.png Categories=Development; Terminal=false And eagle start
1