io12 / pwninit

pwninit - automate starting binary exploit challenges
MIT License
873 stars 58 forks source link

error occurred : failed to compile `pwninit v3.3.1` #304

Open d0razi opened 5 months ago

d0razi commented 5 months ago

warning: build failed, waiting for other jobs to finish... error: failed to compile pwninit v3.3.1, intermediate artifacts can be found at /tmp/cargo-. To reuse those artifacts with a future compilation, set the environment variableCARGO_TARGET.

i don't know how to fix this error

BabyBroder commented 5 months ago

I have the same error as you. How can I fix it?

d0razi commented 5 months ago

I have the same error as you. How can I fix it?

Idk..🥲

Church-17 commented 1 month ago

I ran into the same error, but I solved it installing some packages with the system package manager. More specifically in my case (I use WSL Ubuntu), the compiler stopped when trying to compile openssl first, and rust-lzma later; I solved running sudo apt install libssl-dev first and sudo apt install liblzma-dev later. Obv you have to use the package manager of your distro. You can check at which package the compiler is stopped looking at the beginning of error message.