You have to run make as root/with write privileges to bin. The rest of the build process can be done as an unelevated user, but install requires writing to bin which requires write permission for that directory.
Assuming you're using normal pi os, run instead.
Assuming you're using some other OS, try with doas and then if that also fails, login to root (assuming it has a password) using, this is a reminder that while you're logged in you should probably install something for privelige escalation
- illegitimate-egg
Assuming you're using normal pi os, run
Code:
sudo make install
Assuming you're using some other OS, try with doas and then if that also fails, login to root (assuming it has a password) using
Code:
su root
- illegitimate-egg
Statistics: Posted by illegitimate-egg — Mon May 13, 2024 7:30 pm — Replies 1 — Views 41