Hi I tried to install radare2 on an offline machine with centos from source, my last post is here
Part of the error message is as follow
LD libr_socket.so
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0[bochs 198] CC src/libbochs.c
ar: creating lib/libbochs.a
a - src/libbochs.o
ar: creating libr_winkd.a
0 0 0 0 0 0 0 0 --:--:-- 0:02:07 --:--:-- 0curl: (7) Failed connect to codeload.github.com:443; Connection timed out
gmake[1]: *** [capstone-4.0.2.tar.gz] Error 7
gmake: *** [all] Error 2
+ exit 1
I tried to fix it by install capstone by following this but still the problem remains.
Thus I would like to ask the internet how should I do this, thanks a lot!!
From this post it is said it can be done if existing a “system wide installation of capstone”. Well may I further ask how to do that T T