neurodroid / cryptonite

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

encfs not working on Android 5.0 Lollipop #82

Closed bastei closed 9 years ago

bastei commented 9 years ago

The encfs binary is not working on Android 5.0 Lollipop because of the following error:

cannot locate symbol "MD5_Init"

Something changed in the new Android. See these Stackoverflow pages: https://stackoverflow.com/questions/27174303/android-5-0-lollipop-dlopenrtld-lazy-failed-dlopen-failed-cannot-locate-symb/27201905#27201905

https://stackoverflow.com/questions/27119623/android-l-5-0-does-not-search-native-libraries-in-armeabi-or-armeabi-v7a-f/27128144#27128144

bastei commented 9 years ago

Sorry, I used an outdated binary. It works with the latest version.