When you are trying to compile a .c exploit and you get this error: gcc: error trying to exec 'cc1': execvp: No such file or directory, do the following:
.c
gcc: error trying to exec 'cc1': execvp: No such file or directory
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Last updated 1 year ago