Linux报错xxxx: error while loading shared libraries: libpcap.so.0.8: cannot open shared object file: N

阅读 139

2022-02-27

Linux报错xxxx: error while loading shared libraries: libpcap.so.0.8: cannot open shared object file: No such file or directory

解决方案:
1定位:locate libpcap
没有可以直接百度 :Linux安装 libpcap
在这里插入图片描述
cd /usr/lib64/
建立软连接
sudo ln -s libpcap.so libpcap.so.0.8
在这里插入图片描述
在这里插入图片描述
成功运行!!!

精彩评论(0)

0 0 举报