【Fundamental Tech】/Operating System

[Ubuntu 24.04] ndctl build issue

[一日一學, 一日一新] 2025. 6. 19.

Ubuntu 24.04에서  아래 2가지 조치가 필요합니다.

 

Install the Prerequisites

  • libglib2.0-0 → libglib2.0-0t64 변경
sudo apt install -y git gcc g++ autoconf automake asciidoc asciidoctor bash-completion xmlto libtool pkg-config libglib2.0-0t64 libglib2.0-dev libfabric1 libfabric-dev doxygen graphviz pandoc libncurses5 libkmod2 libkmod-dev libudev-dev uuid-dev libjson-c-dev libkeyutils-dev libiniparser1 libiniparser-dev bc meson

 

 

libncurses5

  1. Open the apt sources list by running: sudo nano /etc/apt/sources.list.d/ubuntu.sources
  2. Locate the second entry and modify the Suites field by adding focal-security next to noble-security (https://webshare.cz/#/file/xHpko9cIO1/img-4176-jpeg).
  3. Save and close the file (CTRL+X, then Y, and Enter).
  4. Update the package list: sudo apt update
  5. Install the ncurses5 library: sudo apt install libncurses5

 

반응형

댓글