Code Monkey home page Code Monkey logo

Comments (4)

markos avatar markos commented on August 12, 2024

Hi @Z3dKay. Vectorscan is meant to be a drop-in replacement for hyperscan. It is already packaged for Debian, but it's not yet migrated to testing: https://tracker.debian.org/pkg/vectorscan

You could just grab the debian packages and install on your arm64 system with no problems. I hope I helped.

from vectorscan.

C0deDharma avatar C0deDharma commented on August 12, 2024

image

So only the last 2 instructions apply to me?

I'm essentially trying to install Snort 3 on the Raspberry Pi but I'm stuck with hyperscan as I wasn't aware of the incompatibility issues with ARM.
With hyperscan the build command I found was:
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBOOST_ROOT=~/snort_src/boost_1_80_0/ ../hyperscan-5.4.0

can I replace hyperscan-5.4.0 with vectorscan-5.48 or do I use the commands from README?

from vectorscan.

markos avatar markos commented on August 12, 2024

it's in the plans to send bug reports to Debian snort packages to allow enabling vectorscan on Arm instead of hyperscan.
If you want to build from source on the Pi, there is no cross-compiling involved -and the instructions are old incorrect unfortulately, apologies for that. So to build ON the Pi you only have to do the following:

(inside vectorscan directory)

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -jT
make install

That should install the same libraries as hyperscan and they will be detected by snort.

from vectorscan.

C0deDharma avatar C0deDharma commented on August 12, 2024

Thank you so much for the help, much appreciated. That is all for now, onto installing snort 3. Will see if it works.

from vectorscan.

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.