I want to install Autodesk eagle but get getting following error

./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!!

2

2 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
0

Create 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like