drogon icon indicating copy to clipboard operation
drogon copied to clipboard

build.sh should sudo install

Open RobertHenry6bev opened this issue 1 year ago • 1 comments

https://github.com/drogonframework/drogon/blob/5c43b82dc27eb0e0ecedb524fa16bf942ddbe60a/build.sh#L51

With limited experience with drogon, it seems that all of build.sh can run as a user, except the install step which should be run as sudo (at least on linux machines)

RobertHenry6bev avatar Aug 17 '23 22:08 RobertHenry6bev

This is Linux specific. Run the build.sh as super user (sudo) to begin with. It should solve your problem. You should do this since install writes to admin privileged locations on your machine.

try

sudo bash ./build.sh

drizzle042 avatar Sep 19 '23 11:09 drizzle042