-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
lws_create_context: failed to load evlib_glib #3274
Comments
You can run it under strace and see what it's trying to do before it fails to load the dynlib. I think if the dynlib needs a library that's not installed, it can also cause this kind of thing. But it should show up on strace output if so. |
I ran strace and couldn't see anything that seemed obvious to me. Here's a snippet of strace that I copied. Before that, there's a |
I can't see why from the log either, is |
Well, it seems to be loading font-related stuff and libasahi... then fails to load evlib_glib |
It should be trying to load evlib_glib*.so at the start. Is it possible to make glib itself do verbose logging while it tries to start, eg, by env var or so on. |
This issue arose when I tried to compile a project that I wrote that uses libwebsockets using a machine running Fedora 41. The project was developed using Ubuntu 24.04 LTS and I never had a problem running it there.
That's why I thought it had to be a problem with the Fedora package, so I opened an issue on their bugzilla:
I hope that you'll be able to spot where the issue is and present a fix. If you think it's a packaging bug, I'll insist on that in the bugzilla. Thanks for your time.
The text was updated successfully, but these errors were encountered: