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

crash on Android M #7

Closed
iceberg1369 opened this issue Mar 4, 2016 · 5 comments
Closed

crash on Android M #7

iceberg1369 opened this issue Mar 4, 2016 · 5 comments

Comments

@iceberg1369
Copy link

application throws an error on Android M
java.lang.UnsatisfiedLinkError: libopenconnect.so has text relocations
even compiling with NDK10e could not resolve the issue

@magicbane
Copy link

magicbane commented May 18, 2016

I'm currently using nexus 5X (6.0.1) with no problems. Is this still an issue?

@iceberg1369
Copy link
Author

I think .so files for apk should be updated cause they have TEXT_RELOCATIONS and furthermore openssl version of libs are old, therefore I think there should be a new makefile released for future compatibility

@cernekee
Copy link
Owner

Right, it should only show up when you bump the target SDK version in the manifest to >= M. The new check in Bionic is here.

It would be good to fix this upstream since that is where the Android Makefile comes from:

http://git.infradead.org/users/dwmw2/openconnect.git/blob/HEAD:/android/Makefile

BTW, the app uses GnuTLS instead of OpenSSL (but you can switch between the two by tweaking the Makefile). GnuTLS 3.2.21 is two major revs behind the current stable branch.

@magicbane
Copy link

Hmm. Yeah I noticed that it's still using sha1 cipher suites. I was
thinking of updating it as well, but haven't gotten the time for it yet.
On May 22, 2016 9:53 AM, "Kevin Cernekee" notifications@github.com wrote:

Right, it should only show up when you bump the target SDK version in the
manifest to >= M. The new check in Bionic is here
https://android.googlesource.com/platform/bionic/+/e4ad91f86a47b39612e030a162f4793cb3421d31%5E%21/#F0
.

It would be good to fix this upstream since that is where the Android
Makefile comes from:

http://git.infradead.org/users/dwmw2/openconnect.git/blob/HEAD:/android/Makefile

BTW, the app uses GnuTLS instead of OpenSSL (but you can switch between
the two by tweaking the Makefile). GnuTLS 3.2.21 is two major revs behind
the current stable branch.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#7 (comment)

@moralrebuild
Copy link

@iceberg1369 Have you get this issue fixed? It drives me crazy for a year and now I have to switch to Cisco AnyConnect Mobile client which I hate to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants