Git Product home page Git Product logo

Comments (6)

do-ki avatar do-ki commented on September 20, 2024

the lastest version does not support older OS.

from hcxtools.

ZerBea avatar ZerBea commented on September 20, 2024

Correct.
But it shouldn't be a problem, because the current version (Bookworm) uses OpenSSL 3.0 and hcxtools compile fine.
https://packages.debian.org/bookworm/openssl

from hcxtools.

Salty-Coder avatar Salty-Coder commented on September 20, 2024

Im having this same issue...
image

Using Raspberry Pi Zero W Rev 1.1

from hcxtools.

ZerBea avatar ZerBea commented on September 20, 2024

hcxtools moved to OpenSSL 3.0. From now on it is mandatory that libopenssl >= 3.0 and openssl-dev >= 3.0 is installed.
This is not the case on your system and make told you that the header file core.h is missing on your system.
You have to update to latest OpenSSL.

That is mentioned in README.md (section requirements), too:
* libopenssl (>= 3.0) and openssl-dev installed
Additional it is mentioned in changelog:

10.03.2023
==========
release v6.2.8
moved to EVP API 3.0 (from now on OpenSSL >= 3.0 is mandatory)

from hcxtools.

Salty-Coder avatar Salty-Coder commented on September 20, 2024

hcxtools moved to OpenSSL 3.0. From now on it is mandatory that libopenssl >= 3.0 and openssl-dev >= 3.0 is installed.

This is not the case on your system and make told you that the header file core.h is missing on your system.

You have to update to latest OpenSSL.

That is mentioned in README.md (section requirements), too:

`* libopenssl (>= 3.0) and openssl-dev installed

`

Additional it is mentioned in changelog:


10.03.2023

==========

release v6.2.8

moved to EVP API 3.0 (from now on OpenSSL >= 3.0 is mandatory)

I did actually install both of those packages. When trying to repeat install, it says it's already installed, but when running the commands you mentioned in another issue to find OpenSSL files, it doesn't find anything.

from hcxtools.

ZerBea avatar ZerBea commented on September 20, 2024

If update to openssl 3.x was successful the header file should be located here:

$ locate openssl/core.h
/usr/include/openssl/core.h

from hcxtools.

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.