LPI
201-450 · Question #309
A regular user, joe, 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 correct…
The correct answer is B. Run make install with root privileges. D. Rerun ./configure with a --prefix option where the user has permissions to write. You've hit your weekly limit · resets 5am (America/New_York)
202 Linux Kernel
Question
A regular user, joe, 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 correct answers.)
Options
- AInstall the binaries manually with suinstall.
- BRun make install with root privileges.
- CDo not run ./configure in order to maintain the default configuration for correct installation.
- DRerun ./configure with a --prefix option where the user has permissions to write.
- ERun make install_local to install into /usr/local/.
How the community answered
(67 responses)- A3% (2)
- B79% (53)
- C12% (8)
- E6% (4)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#make install#file permissions#--prefix#source compilation
Community Discussion
No community discussion yet for this question.