1、查找文件放在哪里

sudo find / -name libevent-2.1.so.6

发现放在/usr/local/lib/libevent-2.1.so.6下。

2、创建软链接

sudo ln -s /usr/local/lib/libevent-2.1.so.6 /usr/lib/libevent-2.1.so.6

 

参考:

https://my.oschina.net/itblog/blog/633074

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
猜你喜欢
  • 2022-01-25
  • 2021-09-07
  • 2022-02-06
  • 2021-06-26
  • 2021-12-29
  • 2021-08-30
  • 2022-12-23
相关资源
相似解决方案