Git Product home page Git Product logo

Comments (6)

awick avatar awick commented on June 12, 2024

First of all, do the latest commit arm builds we provide not work?

Looks like it needs the brotli library to link, either:

  • uninstall brotli, remove thirdparty/curl directory and try again
  • change easybutton to build curl without it (probably --without-brotli)
  • change makefile of capture to have something like -lbrotli

from arkime.

michalisk13 avatar michalisk13 commented on June 12, 2024

Hi @awick,

Thanks for the reply!
So in the easybutton file should I remove the following?

if [ ! -z "$WITHCURL" ]; then
   echo "ARKIME: withcurl $WITHCURL"
 else
   WITHCURL="--with-curl=thirdparty/curl-$CURL"
   if [ ! -f "curl-$CURL.tar.gz" ]; then
     wget https://curl.haxx.se/download/curl-$CURL.tar.gz
   fi

   if [ ! -f "curl-$CURL/lib/.libs/libcurl.a" ]; then
     tar zxf curl-$CURL.tar.gz
     ( cd curl-$CURL; ./configure --disable-ldap --disable-ldaps --without-libidn2 --without-librtmp --without-libpsl --without-nghttp2 --without-nghttp2 --without-nss --with-openssl --without-zstd; $MAKE)
     if [ $? -ne 0 ]; then
       echo "ARKIME: $MAKE failed"
       exit 1
     fi
   else
     echo "ARKIME: Not rebuilding curl"
   fi
 fi

also in the makefile of capture should I remove this line?
-I/home/user/Documents/arkime/thirdparty/curl-8.4.0/include

Regarding the last point change makefile of capture to have something like -lbrotli I have no clue how to do it :)

Also I want to be able to access server running Arkime on another machine on the same subnet!
Will it be possible after I manage to install it?

Thanks,
Mik

from arkime.

awick avatar awick commented on June 12, 2024

Those were 3 choices of how to fix, just choose one. One of those choices was to modify the ./configure line you have above and add the --without

If you have general questions please come over to slack. https://arkime.com/questions

from arkime.

michalisk13 avatar michalisk13 commented on June 12, 2024

Thanks @awick

I managed to build using easybutton

When I try to configure before run I get the following:

ARKIME: Now type 'sudo make install' and 'sudo make config'
user@user:~/Documents/arkime $ sudo make config
/opt/arkime/bin/Configure
/bin/bash: line 1: /opt/arkime/bin/Configure: No such file or directory
make: *** [Makefile:878: config] Error 127

However the install works with some warnings.. is should be ok now?

user@user:~/Documents/arkime $ sudo make install
sudo: unable to resolve host sentinelmobile: Name or service not known
Making install in .
make[1]: Entering directory '/home/user/Documents/arkime'
make[2]: Entering directory '/home/user/Documents/arkime'
npm ci
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: undefined,
npm WARN EBADENGINE   required: { node: '>= 16.0.0 < 19', npm: '>= 3.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@aws-sdk/[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@aws-sdk/[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@aws-sdk/[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@aws-sdk/[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@aws-sdk/[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@aws-sdk/[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@aws-sdk/[email protected]',
npm WARN EBADENGINE   required: { node: '>=14.0.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }

from arkime.

awick avatar awick commented on June 12, 2024

ya you get those first errors if you didn't tell it to install.

No it won't work, it is telling you the version of node you are using is too old.

from arkime.

michalisk13 avatar michalisk13 commented on June 12, 2024

Thanks, I' ve managed to solve it by removing the dependencies as per your suggestions!

from arkime.

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.