Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4714

Beginners • Make Install Error 255 Permission Denied

$
0
0
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

Code:

sudo make install
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

Code:

su root
, this is a reminder that while you're logged in you should probably install something for privelige escalation

- illegitimate-egg

Statistics: Posted by illegitimate-egg — Mon May 13, 2024 7:30 pm — Replies 1 — Views 41



Viewing all articles
Browse latest Browse all 4714

Trending Articles