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

error when install r2frida on termux #197

Open
Ryan19001 opened this issue Sep 8, 2019 · 9 comments
Open

error when install r2frida on termux #197

Ryan19001 opened this issue Sep 8, 2019 · 9 comments
Labels

Comments

@Ryan19001
Copy link

Already up to date.
Install Done For r2frida
./configure
make: ./configure: Command not found
Makefile:1: config.mk: No such file or directory
make: *** [Makefile:148: config.mk] Error 127
ERROR: Build failed

@enovella
Copy link
Contributor

enovella commented Sep 9, 2019

Hi @Ryan19001,

you need to install the dependencies as explained in the docs. Remember you need to install the compilation toolchains in order to be able to compile it on your Android.

Can you describe which steps are you taking?

@Ryan19001
Copy link
Author

I have installed all dependencies except GCC because C compiler in termux is clang not GCC and libzip-dev not found in termux packages

@trufae
Copy link
Member

trufae commented Sep 9, 2019

i dont get the error, you dont have 'make' installed in your system? is this debian? do y ou have an old version of r2?

@Ryan19001
Copy link
Author

I don't think r2 and make is the reason of this error, the r2 versions is 3.6.0 and make is installed.
If you don't know what's is termux is, termux is terminal and linux environment for android

@trufae
Copy link
Member

trufae commented Sep 13, 2019

3.6 is very old. i wont expect r2frida from git to build against it

@mosherbrian
Copy link

I'm seeing the same error trying to install in termux.

$ r2pm -i r2frida
Cloning into 'r2frida'...
remote: Enumerating objects: 74, done.
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects: 100% (69/69), done.
remote: Total 74 (delta 1), reused 42 (delta 0), pack-reused 0
Unpacking objects: 100% (74/74), done.
Submodule 'ext/swift-frida' (https://github.com/trufae/swift-frida.git) registered for path 'ext/swift-frida'
Cloning into '/data/data/com.termux/files/home/.local/share/radare2/r2pm/git/r2frida/ext/swift-frida'...
remote: Enumerating objects: 676, done.
remote: Total 676 (delta 0), reused 0 (delta 0), pack-reused 676
Receiving objects: 100% (676/676), 247.51 KiB | 1.41 MiB/s, done.
Resolving deltas: 100% (446/446), done.
Submodule path 'ext/swift-frida': checked out '23523bc23f2daecac0b7a67738d715b425660cc8'
Install Done For r2frida
./configure
make: ./configure: Command not found
Makefile:1: config.mk: No such file or directory
make: *** [Makefile:148: config.mk] Error 127
ERROR: Build failed

@radare
Copy link
Contributor

radare commented Nov 18, 2019 via email

@apkunpacker
Copy link
Contributor

@mosherbrian @Ryan19001
can you try with r2 5.7.9

pkg install build-essential python wget
r2pm -ci r2frida

@trufae trufae added the android label Feb 7, 2024
@trufae
Copy link
Member

trufae commented Feb 7, 2024

closing as 2 year is enough time frame to get feedback

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

No branches or pull requests

6 participants