Last Updated on December 9, 2021 by Admin
A regular user has just run
./configure && make && make install
to build and install a program. However, the installation fails. What could be done to install the program? (Choose two.)
- Install the binaries manually with
suinstall
- Run make
install
with root privileges - Do not run
./configure
in order to maintain the default configuration for correct installation - Rerun
./configure
with a--prefix
option where the user has permissions to write - Run make
install_local
to install into /usr/local/