Code Monkey home page Code Monkey logo

Comments (5)

ihacku avatar ihacku commented on July 22, 2024

agent webip debug 看下输出

from yulong-hids-archived.

aRe00t avatar aRe00t commented on July 22, 2024
./agent: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory

from yulong-hids-archived.

neargle avatar neargle commented on July 22, 2024

需要安装一下 libpcap
@ihacku 这个release是在什么系统下编译的呀?

from yulong-hids-archived.

aRe00t avatar aRe00t commented on July 22, 2024

多谢, 我看这个机器有 libpcap.so.0, 我装个1试试

from yulong-hids-archived.

imp0wd3r avatar imp0wd3r commented on July 22, 2024

@neargle @ihacku ubuntu16.04下agent启动时候也会出现这个问题,我的解决办法是建立一个软链接到libpcap.so.1

cd /usr/lib
sudo ln -s /usr/lib/x86_64-linux-gnu/libpcap.so.1.7.4 libpcap.so.1

from yulong-hids-archived.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.