Permission denied while running make install [FIX]



If you are installing an application and used ./configure without the --prefix=

option the make install process will install the compiled files in to the predefined

paths in your system's file system.

Because you are installing to your system's file system you need special

permissions for writing the files, try:
 
sudo make install 
 
 

Comments

Popular Posts