ExamGecko
Question list
Search
Search

List of questions

Search

Question 125 - 201-450 discussion

Report
Export

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.)

A.
Install the binaries manually with suinstall.
Answers
A.
Install the binaries manually with suinstall.
B.
Run make install with root privileges.
Answers
B.
Run make install with root privileges.
C.
Do not run ./configure in order to maintain the default configuration for correct installation.
Answers
C.
Do not run ./configure in order to maintain the default configuration for correct installation.
D.
Rerun ./configure with a --prefix option where the user has permissions to write.
Answers
D.
Rerun ./configure with a --prefix option where the user has permissions to write.
E.
Run make install_local to install into /usr/local/.
Answers
E.
Run make install_local to install into /usr/local/.
Suggested answer: B, D
asked 18/09/2024
Luis Alfonso Rodriguez Castro
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first