haad / proxychains

proxychains - a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP.
http://proxychains.sourceforge.net/
GNU General Public License v2.0
6.57k stars 616 forks source link

Doesn't compile on Kali Linux #69

Closed hackituria closed 1 month ago

hackituria commented 6 years ago

Hi,

I obtain this error:

cc -Wall -O2 -g -std=c99 -D_GNU_SOURCE -pipe -DTHREAD_SAFE -Werror   -DLIB_DIR=\"/usr/local/lib\" -DINSTALL_PREFIX=\"/usr/local\" -DDLL_NAME=\"libproxychains4.so\" -DSYSCONFDIR=\"/usr/local/etc\"  -fPIC -c -o src/core.o src/core.c
src/core.c:48:10: fatal error: core.h: No existe el fichero o el directorio
 #include "core.h"
          ^~~~~~~~
compilation terminated.
Makefile:63: fallo en las instrucciones para el objetivo 'src/core.o'
make: *** [src/core.o] Error 1

How can I fix this?

Thx

github-actions[bot] commented 5 months ago

Stale issue message