Cannot get Eagle to run on Ubuntu 22.04 LTS Jammy Jellyfish. It gives this message:
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
./eagle: symbol lookup error: /mnt/old-home/austin/projects/cad/eagle/eagle-9.6.2/plugins/bearer/libqconnmanbearer.so: undefined symbol: _ZdlPvm, version Qt_5
Tried:
LIBGL_ALWAYS_SOFTWARE=1 QT_XCB_GL_INTEGRATION=xcb_egl ./eagle
with the same result.
echo $LD_LIBRARY_PATH
$ :/usr/local/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/dri
Grateful for suggestions on where to look next.
Solved! Go to Solution.
Cannot get Eagle to run on Ubuntu 22.04 LTS Jammy Jellyfish. It gives this message:
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
./eagle: symbol lookup error: /mnt/old-home/austin/projects/cad/eagle/eagle-9.6.2/plugins/bearer/libqconnmanbearer.so: undefined symbol: _ZdlPvm, version Qt_5
Tried:
LIBGL_ALWAYS_SOFTWARE=1 QT_XCB_GL_INTEGRATION=xcb_egl ./eagle
with the same result.
echo $LD_LIBRARY_PATH
$ :/usr/local/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/dri
Grateful for suggestions on where to look next.
Solved! Go to Solution.
Solved by austin_green. Go to Solution.
See if you can get past the error by removing the plugin.
See if you can get past the error by removing the plugin.
Not sure I understand you - which plugin, and how do I remove it?
Not sure I understand you - which plugin, and how do I remove it?
After a lot of searching I found this site, which recommends deleting all files matching
lib/libxcb*
which I did, and Eagle then worked properly.
No idea what those libraries are for, but Eagle seems to work better without them!
After a lot of searching I found this site, which recommends deleting all files matching
lib/libxcb*
which I did, and Eagle then worked properly.
No idea what those libraries are for, but Eagle seems to work better without them!
Can't find what you're looking for? Ask the community or share your knowledge.