nerdexam
LPI

201-450 · Question #11

User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?

The correct answer is C. The binaries require root privileges to be installed. See the full explanation below for the reasoning.

202 Linux Kernel

Question

User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?

Options

  • AThe source code was compiled for a different CPU
  • BThe permissions set in the /usr/bin directory are wrong
  • CThe binaries require root privileges to be installed
  • DThe wrong prefix was used during configuration of the source code

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    85% (33)
  • D
    5% (2)

Topics

#make install#root privileges#source compilation#binary installation

Community Discussion

No community discussion yet for this question.

Full 201-450 Practice