Bird
0
0

You run './configure' but get an error saying 'missing dependency xyz'. What should you do to fix this?

medium📝 Debug Q6 of 15
Linux CLI - Package Management
You run './configure' but get an error saying 'missing dependency xyz'. What should you do to fix this?
AIgnore the error and run 'make' anyway
BInstall the missing dependency xyz using your package manager
CDelete the source directory and start over
DRun 'sudo make install' directly
Step-by-Step Solution
Solution:
  1. Step 1: Understand configure error

    Configure checks for required dependencies; missing ones cause errors.
  2. Step 2: Fix by installing missing dependency

    Use package manager to install 'xyz' before continuing.
  3. Final Answer:

    Install the missing dependency xyz using your package manager -> Option B
  4. Quick Check:

    Fix configure errors by installing dependencies [OK]
Quick Trick: Install missing libs before building [OK]
Common Mistakes:
  • Ignoring errors
  • Skipping configure
  • Trying to install without build

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes