-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Bug]: libglvnd: SONAME conflict of libEGL.so
with system one
#16548
Comments
I tried to compile a program that should use the system EGL while having libglvnd installed. The compiler automatically used libEGL.so.1 with |
Pass |
I used that when running the compiled program.
That won't work when the program is build with termux-packages, right? |
There is no |
It is available as stub library in NDK toolchain:
|
I am facing the exact same error when trying to run RNote |
Problem description
libEGL.so
fromlibglvnd
package andlibOpenSLES.so
(under/system/lib*
) cannot be loaded together. The dynamic linker complains that it cannot locate symbol "eglDestroySyncKHR" referenced by "/system/lib64/libgui.so".PR #16547 (enabling SOVERSION suffix for shared libs in
libglvnd
package) solves this issue.What steps will reproduce the bug?
produces the error
What is the expected behavior?
The program should exit successfully.
System information
termux-info:
The text was updated successfully, but these errors were encountered: