I am trying to build libcurl with openSSL support. I tried using DockerFile 
and using ubantuimage with that. I am able to compile .so file for libcurl 
and openSSL. When I try to use those in my android NDK project and load 
application into device then it gives me error 
"java.lang.UnsatisfiedLinkError: dlopen failed: could not load library 
"libssl.so.1.0.0" needed by "libmyLib.so"; caused by library 
"libssl.so.1.0.0" not found". I have put this versioned file where my 
libcurl.so,libcrypto.so and libssl.so resides. This kind of error comes for 
every .so I have used depending on order I have included in my Android.mk 
file. Let me know how to solve this issue. For every .so mentioned above I 
can see versioned files. Let me know if more detail is required. I am 
getting error: 

    java.lang.UnsatisfiedLinkError: dlopen failed: could not load library 
"libssl.so.1.0.0" needed by "libmyLib.so"; caused by library 
"libssl.so.1.0.0" not found

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to