1. error:/usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory

需要安装redhat-rpm-config

sudo dnf installl redhat-rpm-config

  1. fatal error: Python.h: No such file or directory

需要安装python-devel。针对python3是python3-devel

sudo dnf install python-devel

Python3

sudo dnf install python3-devel

相关文章:

  • 2021-05-14
  • 2022-12-23
  • 2021-03-30
  • 2021-04-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-10-05
猜你喜欢
  • 2021-09-11
  • 2021-12-29
  • 2021-05-03
  • 2021-06-15
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案