Fails to start on Arch Linux
See original GitHub issueWhen 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:
- Created 2 years ago
- Comments:15 (13 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
I tested build 117. I was able to install/run on:
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