question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fails to start on Arch Linux

See original GitHub issue

When I run the pre-packaged binary on Arch Linux, I get the following error in the terminal:

Namespace(filename=None)
libGL error: MESA-LOADER: failed to open radeonsi: /home/user/tmp/CQ-editor-Linux-x86_64/CQ-editor/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dri/radeonsi_dri.so) (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open radeonsi: /home/user/tmp/CQ-editor-Linux-x86_64/CQ-editor/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dri/radeonsi_dri.so) (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast: /home/user/tmp/CQ-editor-Linux-x86_64/CQ-editor/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dri/swrast_dri.so) (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast
libGL error: MESA-LOADER: failed to open radeonsi: /home/user/tmp/CQ-editor-Linux-x86_64/CQ-editor/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dri/radeonsi_dri.so) (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open radeonsi: /home/user/tmp/CQ-editor-Linux-x86_64/CQ-editor/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dri/radeonsi_dri.so) (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast: /home/user/tmp/CQ-editor-Linux-x86_64/CQ-editor/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dri/swrast_dri.so) (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
jmwrightcommented, Mar 10, 2022

Anyway if the pyinstaller version packages blas, the system blas should not be required right?

Something is still missing. I can see libblas in the package, but since you’re still having to install the blas package we’re missing dependencies somewhere.

1reaction
lorenzncodecommented, Jan 13, 2022

I tested build 117. I was able to install/run on:

  • Ubuntu 20.04
  • Ubuntu 21.10
  • Fedora 35 (had to create a symlink to libblas64.so.3)

To resolve ImportErrors on Ubuntu: $ sudo apt install libglew2.1 $ sudo apt install libblas3

To resolve Import Errors on Fedora: $ sudo dnf install libGLEW create libblas.so.3 symlink

Read more comments on GitHub >

github_iconTop Results From Across the Web

General troubleshooting - ArchWiki
If you usually boot into a GUI and that is failing, perhaps you can press Ctrl+Alt+F1 through Ctrl+Alt+F6 and get to a working...
Read more >
Arch Linux won't boot, now what?
Check recently edited config files · Check your kernel · Rebuild the initramfs image · Reinstall the bootloader · Restore all packages to...
Read more >
Arch Linux does not boot: how to fix it
If your Arch Linux does not boot or boot into a black screen, start by switching to another terminal with the keyboard shortcuts...
Read more >
LightDM fails at boot but can be started "manually" - Reddit
r/archlinux icon Go to archlinux ... The problem is that when I boot up with lightdm.service enabled, I get is error and it...
Read more >
fix for failed to start light display manager | ArcoLinux
Nvidia files and linux kernel must match and sometimes the Arch Linux servers have not a matching pair. Then you download an new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found