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

Linker error on Android 4.2.2 #50

Closed
neurodroid opened this issue Aug 28, 2014 · 1 comment
Closed

Linker error on Android 4.2.2 #50

neurodroid opened this issue Aug 28, 2014 · 1 comment

Comments

@neurodroid
Copy link
Owner

From mahender...@gmail.com on February 24, 2013 19:07:44

What steps will reproduce the problem? 1. Install cryptonite on Android 4.2.2
2. Try to run truecrypt by choosing the Advanced option, then root terminal in cryptonite What is the expected output? What do you see instead? Expected: truecrypt runs
Actual: An error is thrown: the message is: soinfo_relocate(linker.cpp:989): cannot locate symbol "__extidx_end" referenced by "truecrypt"...CANNOT LINK EXECUTABLE What version of the product are you using? On what operating system? cryptonite 0.7.6 on Android 4.2.2 Please provide any additional information below. I'm using a modified kernel, have not been able to test it on stock kernel. The kernel I'm using is discussed at http://forum.xda-developers.com/showthread.php?s=f9ec9d997846ee7a56da576f9f719d46&t=2151159 , can be downloaded from http://d-h.st/fqV - the ROM I am using is ParanoidAndroid3

Can a pre-linked binary be used please? I downloaded truecrypt.bin separately from your website, but running 'sh ./truecrypt.bin' in a terminal window fails with syntax error: '44' unexpected

Original issue: http://code.google.com/p/cryptonite/issues/detail?id=50

@neurodroid
Copy link
Owner Author

From christoph.schmidthieber@gmail.com on February 24, 2013 13:25:41

Can you try to do
$ chmod +x ./truecrypt.bin
and then call it directly (it's an executable, not a shell script):
$ ./truecrypt.bin
Otherwise, this is a duplicate of issue #46 .

Status: Duplicate
Mergedinto: 46

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

No branches or pull requests

1 participant