如题:

scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory
compilation terminated.
scripts/Makefile.host:90: recipe for target 'scripts/extract-cert' failed
make[1]: *** [scripts/extract-cert] Error 1
Makefile:556: recipe for target 'scripts' failed
make: *** [scripts] Error 2

安装openssl:

ubuntu16.04机器:

sudo apt install libssl-dev

 

相关文章:

  • 2021-06-15
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2022-01-11
  • 2021-09-13
猜你喜欢
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案