tur icon indicating copy to clipboard operation
tur copied to clipboard

[Bug]: airccrack

Open snooppr opened this issue 11 months ago • 7 comments

Problem description

$ aircrack-ng

Could not open '/data/data/com.termux/files/usr/lib/libaircrack-ce-wpa-arm-neon.so': dlopen failed: library "libssl.so.1.1" not found

Termux has lib "libssl.so" installed, if we rename it to "libssl.so.1.1" we get the following error:

Could not open '/data/data/com.termux/files/usr/lib/libaircrack-ce-wpa-arm-neon.so': dlopen failed: library "libcrypto.so.1.1" not found.

What steps will reproduce the bug?

$ aircrack-ng

or $ tsu $ aircrack-ng

What is the expected behavior?

run

System information

termux-info:

Termux Variables:
TERMUX_API_VERSION=0.50.1
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=25378
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.0
Packages CPU architecture:
arm
...
termux-tools version:
1.38.3
Android version:
9
Kernel build information:
Linux localhost 4.9.119+ #2 SMP PREEM...
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.api versionCode:51
com.termux.styling versionCode:30
com.termux.widget versionCode:13

snooppr avatar Jul 25 '23 00:07 snooppr