-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run error #18
Comments
Install swc into a location that your dynamic linker is configured to look for, set the RPATH/RUNPATH for your velox binary, or set LD_LIBRARY_PATH when running velox to the path that contains libswc.so.0. |
I had set RUNPATH to /usr/local/bin/ and LD_LIBRARY_PATH to /usr/local/lib/, but whe I run
But velox now does not have error:
|
I think this is related to swaywm/sway#143 |
Read the error message. velox can't find libswc.so.0. Fix your system configuration so that it can. |
Can you run Did you export If you can't figure it out, maybe do more reading about errors of that type, and play around with |
Of course. http://ix.io/loi |
Maybe try If not, for your strace command, use |
Thanks. It works now, but there is another error related to
I think I have set the wrong drm driver which is |
Sounds like your system does not have a DRM device. Since you are on a raspberry pi, are you using a kernel with the VC4 DRM driver? |
Maybe, I am not sure about that but I do have |
libdrm is just a userspace helper library for talking to kernel DRM. If you don't have the right DRM driver enabled in your kernel, there is no way that any DRM-based software can work. |
I guess I have drm installed, but I am not sure what is the tire name called what driver should I use? |
As stated before... VC4 DRM driver. It's not in the mainline kernel source, so you'll likely have to build your own kernel by following the instructions on that page. |
I had asked in the irc channel of archlinux-arm, they said that it is incomplete and it isn't included so far. Good luck and have a nice day! |
Hi, I had instaled velox. When I run
swc-launch velox
:The text was updated successfully, but these errors were encountered: