-4

When I change this path To>> enter image description here

enter image description here

I can't save the file. I get a message that you dont have the permission to save the file please check that you typed the location correctly and try again

1 Answers1

0

Read man sudo mkdir chown id and do something like these UNTESTED terminal commands:

sudo mkdir --mode=0755 /usr/local/doris
sudo chown $(id -u):$(id -g) /usr/local/doris
ls -ld /usr/local/doris

OR.

Rerun the ./configure script and specify a different INSTALL_DIR, one that you have write access for.

waltinator
  • 36,399