Skip to content
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

Unable to start oexserverd due to mismatch in libcrypto #1

Open
wellenvogel opened this issue Feb 22, 2024 · 1 comment
Open

Unable to start oexserverd due to mismatch in libcrypto #1

wellenvogel opened this issue Feb 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wellenvogel
Copy link
Owner

On an device with Android 10 - "NXOS-OG2" starting the license daemon fails with:
Error preloading public library libcamera2ndk.so: dlopen failed: cannot locate symbol "EVP_CIPHER_CTX_init" referenced by "/system/lib/libdrmmtkutil.so"...

@wellenvogel wellenvogel added the bug Something isn't working label Feb 22, 2024
@wellenvogel
Copy link
Owner Author

It seems that this system has an older libcrypto.so. The function EVP_CIPHER_CTX_init was removed in new openssl versions. And as avocharts contains a libcrypto.so it seems that the system uses this newer version.
As a solution avocharts should not contain libs that could conflict with system libs.

wellenvogel pushed a commit that referenced this issue Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant