nowsecure / r2frida

Radare2 and Frida better together.
MIT License
1.18k stars 121 forks source link

error compile r2frida #85

Closed muhammad2321 closed 6 years ago

muhammad2321 commented 6 years ago

r2pm install r2frida
Already up to date. Install Done For r2frida Makefile:1: config.mk: No such file or directory ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for working directories... current using prefix '/usr/local' checking for c compiler... gcc checking for c++ compiler... g++ Using PKGCONFIG: pkg-config checking pkg-config flags for r_core... yes checking for curl... /usr/bin/curl checking for wget... /usr/bin/wget checking for git... /usr/bin/git checking for xz... /usr/bin/xz checking for node... /usr/bin/node checking for npm... no error: This program is required. Makefile:101: recipe for target 'config.mk' failed make: *** [config.mk] Error 1

trufae commented 6 years ago

Try installing npm like the error message says

On 10 Apr 2018, at 08:57, 3xploit notifications@github.com wrote:

r2pm install r2frida Already up to date. Install Done For r2frida Makefile:1: config.mk: No such file or directory ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for working directories... current using prefix '/usr/local' checking for c compiler... gcc checking for c++ compiler... g++ Using PKGCONFIG: pkg-config checking pkg-config flags for r_core... yes checking for curl... /usr/bin/curl checking for wget... /usr/bin/wget checking for git... /usr/bin/git checking for xz... /usr/bin/xz checking for node... /usr/bin/node checking for npm... no error: This program is required. Makefile:101: recipe for target 'config.mk' failed make: *** [config.mk] Error 1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.