1.

configure: error: "libevent not found"

解决方法:

$ git clone https://github.com/libevent/libevent.git

$ cd libevent

./configure

$ make

$ sudo make install

 

2.

configure: error: "curses not found"

解决方法;

$ sudo apt-get install libncurses5-dev

相关文章:

  • 2021-08-07
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2021-11-16
  • 2021-11-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
相关资源
相似解决方案