Giter Club home page Giter Club logo

Comments (2)

thezoggy avatar thezoggy commented on September 23, 2024

the list of required packages varies a little bit by os, byacc for example is one that you can infer needs to be installed via the ubuntu docker
https://github.com/phaag/nfdump/blob/master/extra/docker/Dockerfile.ubuntu#L25

but even then, this doesnt cover if you use nfsen or certain plugins.. or options.

here are my notes for for what i installed in ubuntu for example:

install requirements for nfdump

sudo apt-get install git wget unzip man apt-utils dialog pkg-config libtool autoconf autogen bison byacc flex make libpcap-dev libbz2-dev rrdtool bzip2

install requirements for nfsen (nfprofile/nftrack)

sudo apt-get install  librrdp-perl librrds-perl librrd-dev liburi-perl

install requirements for nfsen/bin scripts - nfsen alerting breaks if perl is compiled with threading

sudo apt-get install libdbi-perl

from nfdump.

phaag avatar phaag commented on September 23, 2024

It checks for bison or yacc, whereas bison is preferred. It uses the standard autoconf macro AC_PROG_YACC. Therefore you should be safe.

from nfdump.

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.