pwndrop icon indicating copy to clipboard operation
pwndrop copied to clipboard

sudo make install: Permission denied

Open MaxGietl opened this issue 4 years ago • 1 comments

I was trying to install pwndrop on a Raspberry Pi 4B, and since there's no designated way to download it to this version, I was building from source. When running the command "sudo make install" this error was thrown:

stopping pwndrop
make: execvp: ./build/pwndrop: Permission denied
make: [Makefile:21: install] Error 127

` All this is executed on the Desktop, so no external device

MaxGietl avatar Apr 17 '20 17:04 MaxGietl

Similar issue, but error is maybe due to incompatible OS - armhf? └─$ make install *** stopping pwndrop ./build/pwndrop: 1: �e@נ@�: not found ./build/pwndrop: 1: �: not found ./build/pwndrop: 1: ELF: not found ./build/pwndrop: 2: Syntax error: word unexpected (expecting ")") make: [Makefile:21: install] Error 2 (ignored) *** installing and starting pwndrop /bin/sh: 1: ./build/pwndrop: Exec format error make: *** [Makefile:23: install] Error 126

weat01 avatar Dec 28 '23 13:12 weat01