When I change this path To>> 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
When I change this path To>> 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
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.