configure: WARNING: cannot find uuid library required for mkfs.ubifs
configure: mtd-utils can optionally be built without mkfs.ubifs
configure: WARNING: cannot find headers for extended attributes
configure: WARNING: disabling XATTR support
configure: error: missing one or more dependencies
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: *** No rule to make target `install’. Stop.

 

 

解决:apt-get install libuuid1:i386

    apt-get install uuid-dev

相关文章:

  • 2021-08-29
  • 2021-07-15
  • 2021-08-18
  • 2022-12-23
  • 2021-05-27
  • 2021-09-05
  • 2021-10-18
  • 2021-11-11
猜你喜欢
  • 2021-10-14
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2018-04-26
  • 2022-02-24
  • 2022-12-23
相关资源
相似解决方案