neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

Linker error on Android 4.2.2 #50

Closed neurodroid closed 10 years ago

neurodroid commented 10 years ago

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

  1. 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 commented 10 years ago

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