If app was built with openssl recipe, and you have system-wide openssl devel package installed, resulting apk fails to run:
dlopen failed: cannot locate symbol "EC_curve_nist2nid" referenced by "libssl1.0.2h.so"
If system-wide openssl headers are removed, and app is rebuilt - it works just fine.
If app was built with
opensslrecipe, and you have system-wide openssl devel package installed, resulting apk fails to run:If system-wide openssl headers are removed, and app is rebuilt - it works just fine.